Html Css Color HEX #63BF3A Apple

📋 copy color: '#63BF3A'

red 99 ◦ green 191 ◦ blue 58

#63BF3A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #63BF3A

Tints of Apple #63BF3A

RGB

 RED value IS 99 (39.06% from 255) = 28.45%

 GREEN value IS 191 (75% from 255) = 54.89%

 BLUE value IS 58 (23.05% from 255) = 16.67%

R = 28.45%
G = 54.89%
B = 16.67%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.70

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#63BF3A (or 0x63BF3A) is known color: Apple. HEX triplet: 63, BF and 3A. RGB value is (99,191,58). Sum of RGB (Red+Green+Blue) = 99+191+58=348 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.45% from 348); Green value is 191 (75% from 255 or 54.89% from 348); Blue value is 58 (23.05% from 255 or 16.67% from 348); Max value from RGB is 191 - color contains mainly: green. Hex color #63BF3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63BF3A is #9C40C5. Grayscale: #949494. Windows color (decimal): -10240198 or 3850083. OLE color: 3850083.

HSL color Cylindrical-coordinate representation of color #63BF3A: hue angle of 101.5º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #63BF3A is Cyan = 0.48, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 99 191 58 -
CMYK 0.48 0 0.70 0.25
HSL 101.5º 0.53% 0.49% -
HSV(B) 101.5º 0.7% 0.75% -
XYZ 24.54 40.22 10.47 -
YUV 148.33 77.02 92.81 -
System Red Green Blue C M Y K H S L
Decimal 99 191 58 0.48 0 0.70 0.25 101.5 0.53 0.49
Hex 63 BF 3A 30 0 46 19 66 35 31
Octal 143 277 72 60 0 106 31 146 65 61
Binary 1100011 10111111 111010 110000 0 1000110 11001 1100110 110101 110001

Color Harmonies of #63BF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63BF3A

Black with #63BF3A

Text Example


Text Example

White with #63BF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63BF3A; }

 p { color: rgb(99,191,58); }

 H1.HeaderClassName
 {
   color: #63BF3A;
 }
 .AnyTagClassName
 {
   color: #63BF3A;
 }
</style>

background-color css

<style>
 a { background-color: #63BF3A; }

 a { background-color: rgb(99,191,58); }

 div.DivClassName
 {
   background-color: #63BF3A;
 }
 .BgClassName
 {
   background-color: #63BF3A;
 }
</style>

border-color css

<style>
 span { border-color: #63BF3A; }

 span { border-color: rgb(99,191,58); }

 td.TdClassName
 {
   border-color: #63BF3A;
 }
 .TagClassName
 {
   border-color: #63BF3A;
 }
</style>