Html Css Color HEX #64D90E Kelly Green

📋 copy color: '#64D90E'

red 100 ◦ green 217 ◦ blue 14

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

Shades of Kelly Green #64D90E

Tints of Kelly Green #64D90E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 65.56%

 BLUE value IS 14 (5.86% from 255) = 4.23%

R = 30.21%
G = 65.56%
B = 4.23%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#64D90E (or 0x64D90E) is known color: Kelly Green. HEX triplet: 64, D9 and 0E. RGB value is (100,217,14). Sum of RGB (Red+Green+Blue) = 100+217+14=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 217 (85.16% from 255 or 65.56% from 331); Blue value is 14 (5.86% from 255 or 4.23% from 331); Max value from RGB is 217 - color contains mainly: green. Hex color #64D90E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64D90E is #9B26F1. Grayscale: #9F9F9F. Windows color (decimal): -10168050 or 973156. OLE color: 973156.

HSL color Cylindrical-coordinate representation of color #64D90E: hue angle of 94.58º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #64D90E is Cyan = 0.54, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 217 14 -
CMYK 0.54 0 0.94 0.15
HSL 94.58º 0.88% 0.45% -
HSV(B) 94.58º 0.94% 0.85% -
XYZ 30.15 52.37 8.93 -
YUV 158.88 46.24 86.01 -
System Red Green Blue C M Y K H S L
Decimal 100 217 14 0.54 0 0.94 0.15 94.58 0.88 0.45
Hex 64 D9 E 36 0 5E F 5F 58 2D
Octal 144 331 16 66 0 136 17 137 130 55
Binary 1100100 11011001 1110 110110 0 1011110 1111 1011111 1011000 101101

Color Harmonies of #64D90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D90E

Black with #64D90E

Text Example


Text Example

White with #64D90E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,217,14); }

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

background-color css

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

 a { background-color: rgb(100,217,14); }

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

border-color css

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

 span { border-color: rgb(100,217,14); }

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