Html Css Color HEX #64C316 Kelly Green

📋 copy color: '#64C316'

red 100 ◦ green 195 ◦ blue 22

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

Shades of Kelly Green #64C316

Tints of Kelly Green #64C316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.94%

R = 31.55%
G = 61.51%
B = 6.94%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#64C316 (or 0x64C316) is known color: Kelly Green. HEX triplet: 64, C3 and 16. RGB value is (100,195,22). Sum of RGB (Red+Green+Blue) = 100+195+22=317 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.55% from 317); Green value is 195 (76.56% from 255 or 61.51% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 195 - color contains mainly: green. Hex color #64C316 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64C316 is #9B3CE9. Grayscale: #939393. Windows color (decimal): -10173674 or 1491812. OLE color: 1491812.

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

Color convert

RGB 100 195 22 -
CMYK 0.49 0 0.89 0.24
HSL 92.95º 0.8% 0.43% -
HSV(B) 92.95º 0.89% 0.76% -
XYZ 24.92 41.8 7.51 -
YUV 146.87 57.53 94.57 -
System Red Green Blue C M Y K H S L
Decimal 100 195 22 0.49 0 0.89 0.24 92.95 0.8 0.43
Hex 64 C3 16 31 0 59 18 5D 50 2B
Octal 144 303 26 61 0 131 30 135 120 53
Binary 1100100 11000011 10110 110001 0 1011001 11000 1011101 1010000 101011

Color Harmonies of #64C316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C316

Black with #64C316

Text Example


Text Example

White with #64C316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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