Html Css Color HEX #64BB37 Apple

📋 copy color: '#64BB37'

red 100 ◦ green 187 ◦ blue 55

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

Shades of Apple #64BB37

Tints of Apple #64BB37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.08%

R = 29.24%
G = 54.68%
B = 16.08%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#64BB37 (or 0x64BB37) is known color: Apple. HEX triplet: 64, BB and 37. RGB value is (100,187,55). Sum of RGB (Red+Green+Blue) = 100+187+55=342 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.24% from 342); Green value is 187 (73.44% from 255 or 54.68% from 342); Blue value is 55 (21.88% from 255 or 16.08% from 342); Max value from RGB is 187 - color contains mainly: green. Hex color #64BB37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64BB37 is #9B44C8. Grayscale: #929292. Windows color (decimal): -10175689 or 3652452. OLE color: 3652452.

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

Color convert

RGB 100 187 55 -
CMYK 0.47 0 0.71 0.27
HSL 99.55º 0.55% 0.47% -
HSV(B) 99.55º 0.71% 0.73% -
XYZ 23.72 38.53 9.8 -
YUV 145.94 76.68 95.23 -
System Red Green Blue C M Y K H S L
Decimal 100 187 55 0.47 0 0.71 0.27 99.55 0.55 0.47
Hex 64 BB 37 2F 0 47 1B 64 37 2F
Octal 144 273 67 57 0 107 33 144 67 57
Binary 1100100 10111011 110111 101111 0 1000111 11011 1100100 110111 101111

Color Harmonies of #64BB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BB37

Black with #64BB37

Text Example


Text Example

White with #64BB37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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