Html Css Color HEX #64C312 Kelly Green

📋 copy color: '#64C312'

red 100 ◦ green 195 ◦ blue 18

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

Shades of Kelly Green #64C312

Tints of Kelly Green #64C312

RGB

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

 GREEN value IS 195 (76.56% from 255) = 62.3%

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

R = 31.95%
G = 62.3%
B = 5.75%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#64C312 (or 0x64C312) is known color: Kelly Green. HEX triplet: 64, C3 and 12. RGB value is (100,195,18). Sum of RGB (Red+Green+Blue) = 100+195+18=313 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.95% from 313); Green value is 195 (76.56% from 255 or 62.30% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 195 - color contains mainly: green. Hex color #64C312 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64C312 is #9B3CED. Grayscale: #939393. Windows color (decimal): -10173678 or 1229668. OLE color: 1229668.

HSL color Cylindrical-coordinate representation of color #64C312: hue angle of 92.2º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #64C312 is Cyan = 0.49, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 100 195 18 -
CMYK 0.49 0 0.91 0.24
HSL 92.2º 0.83% 0.42% -
HSV(B) 92.2º 0.91% 0.76% -
XYZ 24.88 41.78 7.33 -
YUV 146.42 55.53 94.89 -
System Red Green Blue C M Y K H S L
Decimal 100 195 18 0.49 0 0.91 0.24 92.2 0.83 0.42
Hex 64 C3 12 31 0 5B 18 5C 53 2A
Octal 144 303 22 61 0 133 30 134 123 52
Binary 1100100 11000011 10010 110001 0 1011011 11000 1011100 1010011 101010

Color Harmonies of #64C312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C312

Black with #64C312

Text Example


Text Example

White with #64C312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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