Html Css Color HEX #64C01E Kelly Green

📋 copy color: '#64C01E'

red 100 ◦ green 192 ◦ blue 30

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

Shades of Kelly Green #64C01E

Tints of Kelly Green #64C01E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 59.63%

 BLUE value IS 30 (12.11% from 255) = 9.32%

R = 31.06%
G = 59.63%
B = 9.32%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#64C01E (or 0x64C01E) is known color: Kelly Green. HEX triplet: 64, C0 and 1E. RGB value is (100,192,30). Sum of RGB (Red+Green+Blue) = 100+192+30=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 192 (75.39% from 255 or 59.63% from 322); Blue value is 30 (12.11% from 255 or 9.32% from 322); Max value from RGB is 192 - color contains mainly: green. Hex color #64C01E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C01E is #9B3FE1. Grayscale: #929292. Windows color (decimal): -10174434 or 2015332. OLE color: 2015332.

HSL color Cylindrical-coordinate representation of color #64C01E: hue angle of 94.07º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #64C01E is Cyan = 0.48, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 192 30 -
CMYK 0.48 0 0.84 0.25
HSL 94.07º 0.73% 0.44% -
HSV(B) 94.07º 0.84% 0.75% -
XYZ 24.34 40.5 7.76 -
YUV 146.02 62.52 95.17 -
System Red Green Blue C M Y K H S L
Decimal 100 192 30 0.48 0 0.84 0.25 94.07 0.73 0.44
Hex 64 C0 1E 30 0 54 19 5E 49 2C
Octal 144 300 36 60 0 124 31 136 111 54
Binary 1100100 11000000 11110 110000 0 1010100 11001 1011110 1001001 101100

Color Harmonies of #64C01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C01E

Black with #64C01E

Text Example


Text Example

White with #64C01E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,192,30); }

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

background-color css

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

 a { background-color: rgb(100,192,30); }

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

border-color css

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

 span { border-color: rgb(100,192,30); }

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