Html Css Color HEX #40C210 Kelly Green

📋 copy color: '#40C210'

red 64 ◦ green 194 ◦ blue 16

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

Shades of Kelly Green #40C210

Tints of Kelly Green #40C210

RGB

 RED value IS 64 (25.39% from 255) = 23.36%

 GREEN value IS 194 (76.17% from 255) = 70.8%

 BLUE value IS 16 (6.64% from 255) = 5.84%

R = 23.36%
G = 70.8%
B = 5.84%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#40C210 (or 0x40C210) is known color: Kelly Green. HEX triplet: 40, C2 and 10. RGB value is (64,194,16). Sum of RGB (Red+Green+Blue) = 64+194+16=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 194 (76.17% from 255 or 70.80% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 194 - color contains mainly: green. Hex color #40C210 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40C210 is #BF3DEF. Grayscale: #878787. Windows color (decimal): -12533232 or 1098304. OLE color: 1098304.

HSL color Cylindrical-coordinate representation of color #40C210: hue angle of 103.82º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #40C210 is Cyan = 0.67, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 64 194 16 -
CMYK 0.67 0 0.92 0.24
HSL 103.82º 0.85% 0.41% -
HSV(B) 103.82º 0.92% 0.76% -
XYZ 21.5 39.71 7.02 -
YUV 134.84 60.93 77.47 -
System Red Green Blue C M Y K H S L
Decimal 64 194 16 0.67 0 0.92 0.24 103.82 0.85 0.41
Hex 40 C2 10 43 0 5C 18 68 55 29
Octal 100 302 20 103 0 134 30 150 125 51
Binary 1000000 11000010 10000 1000011 0 1011100 11000 1101000 1010101 101001

Color Harmonies of #40C210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C210

Black with #40C210

Text Example


Text Example

White with #40C210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40C210; }

 p { color: rgb(64,194,16); }

 H1.HeaderClassName
 {
   color: #40C210;
 }
 .AnyTagClassName
 {
   color: #40C210;
 }
</style>

background-color css

<style>
 a { background-color: #40C210; }

 a { background-color: rgb(64,194,16); }

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

border-color css

<style>
 span { border-color: #40C210; }

 span { border-color: rgb(64,194,16); }

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