Html Css Color HEX #63BF42 Apple

📋 copy color: '#63BF42'

red 99 ◦ green 191 ◦ blue 66

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

Shades of Apple #63BF42

Tints of Apple #63BF42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.54%

R = 27.81%
G = 53.65%
B = 18.54%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#63BF42 (or 0x63BF42) is known color: Apple. HEX triplet: 63, BF and 42. RGB value is (99,191,66). Sum of RGB (Red+Green+Blue) = 99+191+66=356 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.81% from 356); Green value is 191 (75% from 255 or 53.65% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 191 - color contains mainly: green. Hex color #63BF42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63BF42 is #9C40BD. Grayscale: #959595. Windows color (decimal): -10240190 or 4374371. OLE color: 4374371.

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

Color convert

RGB 99 191 66 -
CMYK 0.48 0 0.65 0.25
HSL 104.16º 0.49% 0.5% -
HSV(B) 104.16º 0.65% 0.75% -
XYZ 24.76 40.31 11.63 -
YUV 149.24 81.02 92.16 -
System Red Green Blue C M Y K H S L
Decimal 99 191 66 0.48 0 0.65 0.25 104.16 0.49 0.5
Hex 63 BF 42 30 0 41 19 68 31 32
Octal 143 277 102 60 0 101 31 150 61 62
Binary 1100011 10111111 1000010 110000 0 1000001 11001 1101000 110001 110010

Color Harmonies of #63BF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63BF42

Black with #63BF42

Text Example


Text Example

White with #63BF42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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