Html Css Color HEX #64CE12 Kelly Green

📋 copy color: '#64CE12'

red 100 ◦ green 206 ◦ blue 18

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

Shades of Kelly Green #64CE12

Tints of Kelly Green #64CE12

RGB

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

 GREEN value IS 206 (80.86% from 255) = 63.58%

 BLUE value IS 18 (7.42% from 255) = 5.56%

R = 30.86%
G = 63.58%
B = 5.56%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#64CE12 (or 0x64CE12) is known color: Kelly Green. HEX triplet: 64, CE and 12. RGB value is (100,206,18). Sum of RGB (Red+Green+Blue) = 100+206+18=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 206 (80.86% from 255 or 63.58% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 206 - color contains mainly: green. Hex color #64CE12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64CE12 is #9B31ED. Grayscale: #999999. Windows color (decimal): -10170862 or 1232484. OLE color: 1232484.

HSL color Cylindrical-coordinate representation of color #64CE12: hue angle of 93.83º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #64CE12 is Cyan = 0.51, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 206 18 -
CMYK 0.51 0 0.91 0.19
HSL 93.83º 0.84% 0.44% -
HSV(B) 93.83º 0.91% 0.81% -
XYZ 27.44 46.9 8.18 -
YUV 152.87 51.88 90.29 -
System Red Green Blue C M Y K H S L
Decimal 100 206 18 0.51 0 0.91 0.19 93.83 0.84 0.44
Hex 64 CE 12 33 0 5B 13 5E 54 2C
Octal 144 316 22 63 0 133 23 136 124 54
Binary 1100100 11001110 10010 110011 0 1011011 10011 1011110 1010100 101100

Color Harmonies of #64CE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CE12

Black with #64CE12

Text Example


Text Example

White with #64CE12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,206,18); }

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

background-color css

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

 a { background-color: rgb(100,206,18); }

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

border-color css

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

 span { border-color: rgb(100,206,18); }

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