Html Css Color HEX #64CC2A Kelly Green

📋 copy color: '#64CC2A'

red 100 ◦ green 204 ◦ blue 42

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

Shades of Kelly Green #64CC2A

Tints of Kelly Green #64CC2A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 58.96%

 BLUE value IS 42 (16.8% from 255) = 12.14%

R = 28.9%
G = 58.96%
B = 12.14%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#64CC2A (or 0x64CC2A) is known color: Kelly Green. HEX triplet: 64, CC and 2A. RGB value is (100,204,42). Sum of RGB (Red+Green+Blue) = 100+204+42=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 204 (80.08% from 255 or 58.96% from 346); Blue value is 42 (16.80% from 255 or 12.14% from 346); Max value from RGB is 204 - color contains mainly: green. Hex color #64CC2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64CC2A is #9B33D5. Grayscale: #9A9A9A. Windows color (decimal): -10171350 or 2804836. OLE color: 2804836.

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

Color convert

RGB 100 204 42 -
CMYK 0.51 0 0.79 0.2
HSL 98.52º 0.66% 0.48% -
HSV(B) 98.52º 0.79% 0.8% -
XYZ 27.27 46.06 9.64 -
YUV 154.44 64.54 89.17 -
System Red Green Blue C M Y K H S L
Decimal 100 204 42 0.51 0 0.79 0.2 98.52 0.66 0.48
Hex 64 CC 2A 33 0 4F 14 63 42 30
Octal 144 314 52 63 0 117 24 143 102 60
Binary 1100100 11001100 101010 110011 0 1001111 10100 1100011 1000010 110000

Color Harmonies of #64CC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CC2A

Black with #64CC2A

Text Example


Text Example

White with #64CC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,204,42); }

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

background-color css

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

 a { background-color: rgb(100,204,42); }

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

border-color css

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

 span { border-color: rgb(100,204,42); }

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