Html Css Color HEX #64BB39 Apple

📋 copy color: '#64BB39'

red 100 ◦ green 187 ◦ blue 57

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

Shades of Apple #64BB39

Tints of Apple #64BB39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 16.57%

R = 29.07%
G = 54.36%
B = 16.57%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#64BB39 (or 0x64BB39) is known color: Apple. HEX triplet: 64, BB and 39. RGB value is (100,187,57). Sum of RGB (Red+Green+Blue) = 100+187+57=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 187 (73.44% from 255 or 54.36% from 344); Blue value is 57 (22.66% from 255 or 16.57% from 344); Max value from RGB is 187 - color contains mainly: green. Hex color #64BB39 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64BB39 is #9B44C6. Grayscale: #929292. Windows color (decimal): -10175687 or 3783524. OLE color: 3783524.

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

Color convert

RGB 100 187 57 -
CMYK 0.47 0 0.70 0.27
HSL 100.15º 0.53% 0.48% -
HSV(B) 100.15º 0.7% 0.73% -
XYZ 23.76 38.55 10.06 -
YUV 146.17 77.68 95.07 -
System Red Green Blue C M Y K H S L
Decimal 100 187 57 0.47 0 0.70 0.27 100.15 0.53 0.48
Hex 64 BB 39 2F 0 46 1B 64 35 30
Octal 144 273 71 57 0 106 33 144 65 60
Binary 1100100 10111011 111001 101111 0 1000110 11011 1100100 110101 110000

Color Harmonies of #64BB39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BB39

Black with #64BB39

Text Example


Text Example

White with #64BB39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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