Html Css Color HEX #64DC1A Kelly Green

📋 copy color: '#64DC1A'

red 100 ◦ green 220 ◦ blue 26

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

Shades of Kelly Green #64DC1A

Tints of Kelly Green #64DC1A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 63.58%

 BLUE value IS 26 (10.55% from 255) = 7.51%

R = 28.9%
G = 63.58%
B = 7.51%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#64DC1A (or 0x64DC1A) is known color: Kelly Green. HEX triplet: 64, DC and 1A. RGB value is (100,220,26). Sum of RGB (Red+Green+Blue) = 100+220+26=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 220 (86.33% from 255 or 63.58% from 346); Blue value is 26 (10.55% from 255 or 7.51% from 346); Max value from RGB is 220 - color contains mainly: green. Hex color #64DC1A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64DC1A is #9B23E5. Grayscale: #A2A2A2. Windows color (decimal): -10167270 or 1760356. OLE color: 1760356.

HSL color Cylindrical-coordinate representation of color #64DC1A: hue angle of 97.11º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #64DC1A is Cyan = 0.55, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 220 26 -
CMYK 0.55 0 0.88 0.14
HSL 97.11º 0.79% 0.48% -
HSV(B) 97.11º 0.88% 0.86% -
XYZ 31.04 53.97 9.76 -
YUV 162 51.24 83.77 -
System Red Green Blue C M Y K H S L
Decimal 100 220 26 0.55 0 0.88 0.14 97.11 0.79 0.48
Hex 64 DC 1A 37 0 58 E 61 4F 30
Octal 144 334 32 67 0 130 16 141 117 60
Binary 1100100 11011100 11010 110111 0 1011000 1110 1100001 1001111 110000

Color Harmonies of #64DC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DC1A

Black with #64DC1A

Text Example


Text Example

White with #64DC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,220,26); }

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

background-color css

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

 a { background-color: rgb(100,220,26); }

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

border-color css

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

 span { border-color: rgb(100,220,26); }

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