Html Css Color HEX #64BB47 Apple

📋 copy color: '#64BB47'

red 100 ◦ green 187 ◦ blue 71

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

Shades of Apple #64BB47

Tints of Apple #64BB47

RGB

 RED value IS 100 (39.45% from 255) = 27.93%

 GREEN value IS 187 (73.44% from 255) = 52.23%

 BLUE value IS 71 (28.13% from 255) = 19.83%

R = 27.93%
G = 52.23%
B = 19.83%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#64BB47 (or 0x64BB47) is known color: Apple. HEX triplet: 64, BB and 47. RGB value is (100,187,71). Sum of RGB (Red+Green+Blue) = 100+187+71=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 187 (73.44% from 255 or 52.23% from 358); Blue value is 71 (28.12% from 255 or 19.83% from 358); Max value from RGB is 187 - color contains mainly: green. Hex color #64BB47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64BB47 is #9B44B8. Grayscale: #949494. Windows color (decimal): -10175673 or 4701028. OLE color: 4701028.

HSL color Cylindrical-coordinate representation of color #64BB47: hue angle of 105º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #64BB47 is Cyan = 0.47, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 187 71 -
CMYK 0.47 0 0.62 0.27
HSL 105º 0.46% 0.51% -
HSV(B) 105º 0.62% 0.73% -
XYZ 24.16 38.7 12.16 -
YUV 147.76 84.68 93.93 -
System Red Green Blue C M Y K H S L
Decimal 100 187 71 0.47 0 0.62 0.27 105 0.46 0.51
Hex 64 BB 47 2F 0 3E 1B 69 2E 33
Octal 144 273 107 57 0 76 33 151 56 63
Binary 1100100 10111011 1000111 101111 0 111110 11011 1101001 101110 110011

Color Harmonies of #64BB47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BB47

Black with #64BB47

Text Example


Text Example

White with #64BB47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64BB47; }

 p { color: rgb(100,187,71); }

 H1.HeaderClassName
 {
   color: #64BB47;
 }
 .AnyTagClassName
 {
   color: #64BB47;
 }
</style>

background-color css

<style>
 a { background-color: #64BB47; }

 a { background-color: rgb(100,187,71); }

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

border-color css

<style>
 span { border-color: #64BB47; }

 span { border-color: rgb(100,187,71); }

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