Html Css Color HEX #64CD45 Apple

📋 copy color: '#64CD45'

red 100 ◦ green 205 ◦ blue 69

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

Shades of Apple #64CD45

Tints of Apple #64CD45

RGB

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

 GREEN value IS 205 (80.47% from 255) = 54.81%

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

R = 26.74%
G = 54.81%
B = 18.45%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#64CD45 (or 0x64CD45) is known color: Apple. HEX triplet: 64, CD and 45. RGB value is (100,205,69). Sum of RGB (Red+Green+Blue) = 100+205+69=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 205 (80.47% from 255 or 54.81% from 374); Blue value is 69 (27.34% from 255 or 18.45% from 374); Max value from RGB is 205 - color contains mainly: green. Hex color #64CD45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64CD45 is #9B32BA. Grayscale: #9E9E9E. Windows color (decimal): -10171067 or 4574564. OLE color: 4574564.

HSL color Cylindrical-coordinate representation of color #64CD45: hue angle of 106.32º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #64CD45 is Cyan = 0.51, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 205 69 -
CMYK 0.51 0 0.66 0.20
HSL 106.32º 0.58% 0.54% -
HSV(B) 106.32º 0.66% 0.8% -
XYZ 28.16 46.8 13.18 -
YUV 158.1 77.71 86.56 -
System Red Green Blue C M Y K H S L
Decimal 100 205 69 0.51 0 0.66 0.20 106.32 0.58 0.54
Hex 64 CD 45 33 0 42 14 6A 3A 36
Octal 144 315 105 63 0 102 24 152 72 66
Binary 1100100 11001101 1000101 110011 0 1000010 10100 1101010 111010 110110

Color Harmonies of #64CD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CD45

Black with #64CD45

Text Example


Text Example

White with #64CD45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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