Html Css Color HEX #64D545 Apple

📋 copy color: '#64D545'

red 100 ◦ green 213 ◦ blue 69

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

Shades of Apple #64D545

Tints of Apple #64D545

RGB

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

 GREEN value IS 213 (83.59% from 255) = 55.76%

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

R = 26.18%
G = 55.76%
B = 18.06%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#64D545 (or 0x64D545) is known color: Apple. HEX triplet: 64, D5 and 45. RGB value is (100,213,69). Sum of RGB (Red+Green+Blue) = 100+213+69=382 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.18% from 382); Green value is 213 (83.59% from 255 or 55.76% from 382); Blue value is 69 (27.34% from 255 or 18.06% from 382); Max value from RGB is 213 - color contains mainly: green. Hex color #64D545 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D545 is #9B2ABA. Grayscale: #A3A3A3. Windows color (decimal): -10169019 or 4576612. OLE color: 4576612.

HSL color Cylindrical-coordinate representation of color #64D545: hue angle of 107.08º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #64D545 is Cyan = 0.53, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 100 213 69 -
CMYK 0.53 0 0.68 0.16
HSL 107.08º 0.63% 0.55% -
HSV(B) 107.08º 0.68% 0.84% -
XYZ 30.12 50.73 13.83 -
YUV 162.8 75.06 83.21 -
System Red Green Blue C M Y K H S L
Decimal 100 213 69 0.53 0 0.68 0.16 107.08 0.63 0.55
Hex 64 D5 45 35 0 44 10 6B 3F 37
Octal 144 325 105 65 0 104 20 153 77 67
Binary 1100100 11010101 1000101 110101 0 1000100 10000 1101011 111111 110111

Color Harmonies of #64D545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D545

Black with #64D545

Text Example


Text Example

White with #64D545

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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