Html Css Color HEX #64D246 Apple

📋 copy color: '#64D246'

red 100 ◦ green 210 ◦ blue 70

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

Shades of Apple #64D246

Tints of Apple #64D246

RGB

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

 GREEN value IS 210 (82.42% from 255) = 55.26%

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

R = 26.32%
G = 55.26%
B = 18.42%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#64D246 (or 0x64D246) is known color: Apple. HEX triplet: 64, D2 and 46. RGB value is (100,210,70). Sum of RGB (Red+Green+Blue) = 100+210+70=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 210 (82.42% from 255 or 55.26% from 380); Blue value is 70 (27.73% from 255 or 18.42% from 380); Max value from RGB is 210 - color contains mainly: green. Hex color #64D246 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D246 is #9B2DB9. Grayscale: #A1A1A1. Windows color (decimal): -10169786 or 4641380. OLE color: 4641380.

HSL color Cylindrical-coordinate representation of color #64D246: hue angle of 107.14º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #64D246 is Cyan = 0.52, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 100 210 70 -
CMYK 0.52 0 0.67 0.18
HSL 107.14º 0.61% 0.55% -
HSV(B) 107.14º 0.67% 0.82% -
XYZ 29.41 49.24 13.75 -
YUV 161.15 76.56 84.38 -
System Red Green Blue C M Y K H S L
Decimal 100 210 70 0.52 0 0.67 0.18 107.14 0.61 0.55
Hex 64 D2 46 34 0 43 12 6B 3D 37
Octal 144 322 106 64 0 103 22 153 75 67
Binary 1100100 11010010 1000110 110100 0 1000011 10010 1101011 111101 110111

Color Harmonies of #64D246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D246

Black with #64D246

Text Example


Text Example

White with #64D246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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