Html Css Color HEX #64D345 Apple

📋 copy color: '#64D345'

red 100 ◦ green 211 ◦ blue 69

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

Shades of Apple #64D345

Tints of Apple #64D345

RGB

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

 GREEN value IS 211 (82.81% from 255) = 55.53%

 BLUE value IS 69 (27.34% from 255) = 18.16%

R = 26.32%
G = 55.53%
B = 18.16%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#64D345 (or 0x64D345) is known color: Apple. HEX triplet: 64, D3 and 45. RGB value is (100,211,69). Sum of RGB (Red+Green+Blue) = 100+211+69=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 211 (82.81% from 255 or 55.53% from 380); Blue value is 69 (27.34% from 255 or 18.16% from 380); Max value from RGB is 211 - color contains mainly: green. Hex color #64D345 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D345 is #9B2CBA. Grayscale: #A2A2A2. Windows color (decimal): -10169531 or 4576100. OLE color: 4576100.

HSL color Cylindrical-coordinate representation of color #64D345: hue angle of 106.9º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #64D345 is Cyan = 0.53, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB 100 211 69 -
CMYK 0.53 0 0.67 0.17
HSL 106.9º 0.62% 0.55% -
HSV(B) 106.9º 0.67% 0.83% -
XYZ 29.62 49.73 13.67 -
YUV 161.62 75.73 84.05 -
System Red Green Blue C M Y K H S L
Decimal 100 211 69 0.53 0 0.67 0.17 106.9 0.62 0.55
Hex 64 D3 45 35 0 43 11 6B 3E 37
Octal 144 323 105 65 0 103 21 153 76 67
Binary 1100100 11010011 1000101 110101 0 1000011 10001 1101011 111110 110111

Color Harmonies of #64D345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D345

Black with #64D345

Text Example


Text Example

White with #64D345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,211,69); }

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

background-color css

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

 a { background-color: rgb(100,211,69); }

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

border-color css

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

 span { border-color: rgb(100,211,69); }

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