Html Css Color HEX #64BB36 Apple

📋 copy color: '#64BB36'

red 100 ◦ green 187 ◦ blue 54

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

Shades of Apple #64BB36

Tints of Apple #64BB36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.84%

R = 29.33%
G = 54.84%
B = 15.84%

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

#64BB36 (or 0x64BB36) is known color: Apple. HEX triplet: 64, BB and 36. RGB value is (100,187,54). Sum of RGB (Red+Green+Blue) = 100+187+54=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 187 (73.44% from 255 or 54.84% from 341); Blue value is 54 (21.48% from 255 or 15.84% from 341); Max value from RGB is 187 - color contains mainly: green. Hex color #64BB36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64BB36 is #9B44C9. Grayscale: #929292. Windows color (decimal): -10175690 or 3586916. OLE color: 3586916.

HSL color Cylindrical-coordinate representation of color #64BB36: hue angle of 99.25º 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 #64BB36 is Cyan = 0.47, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 187 54 -
CMYK 0.47 0 0.71 0.27
HSL 99.25º 0.55% 0.47% -
HSV(B) 99.25º 0.71% 0.73% -
XYZ 23.69 38.52 9.68 -
YUV 145.83 76.18 95.31 -
System Red Green Blue C M Y K H S L
Decimal 100 187 54 0.47 0 0.71 0.27 99.25 0.55 0.47
Hex 64 BB 36 2F 0 47 1B 63 37 2F
Octal 144 273 66 57 0 107 33 143 67 57
Binary 1100100 10111011 110110 101111 0 1000111 11011 1100011 110111 101111

Color Harmonies of #64BB36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BB36

Black with #64BB36

Text Example


Text Example

White with #64BB36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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