Html Css Color HEX #64BB46 Apple

📋 copy color: '#64BB46'

red 100 ◦ green 187 ◦ blue 70

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

Shades of Apple #64BB46

Tints of Apple #64BB46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.61%

R = 28.01%
G = 52.38%
B = 19.61%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#64BB46 (or 0x64BB46) is known color: Apple. HEX triplet: 64, BB and 46. RGB value is (100,187,70). Sum of RGB (Red+Green+Blue) = 100+187+70=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 187 (73.44% from 255 or 52.38% from 357); Blue value is 70 (27.73% from 255 or 19.61% from 357); Max value from RGB is 187 - color contains mainly: green. Hex color #64BB46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64BB46 is #9B44B9. Grayscale: #949494. Windows color (decimal): -10175674 or 4635492. OLE color: 4635492.

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

Color convert

RGB 100 187 70 -
CMYK 0.47 0 0.63 0.27
HSL 104.62º 0.46% 0.5% -
HSV(B) 104.62º 0.63% 0.73% -
XYZ 24.13 38.69 11.99 -
YUV 147.65 84.18 94.01 -
System Red Green Blue C M Y K H S L
Decimal 100 187 70 0.47 0 0.63 0.27 104.62 0.46 0.5
Hex 64 BB 46 2F 0 3F 1B 69 2E 32
Octal 144 273 106 57 0 77 33 151 56 62
Binary 1100100 10111011 1000110 101111 0 111111 11011 1101001 101110 110010

Color Harmonies of #64BB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BB46

Black with #64BB46

Text Example


Text Example

White with #64BB46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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