Html Css Color HEX #40B210 Kelly Green

📋 copy color: '#40B210'

red 64 ◦ green 178 ◦ blue 16

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

Shades of Kelly Green #40B210

Tints of Kelly Green #40B210

RGB

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

 GREEN value IS 178 (69.92% from 255) = 68.99%

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

R = 24.81%
G = 68.99%
B = 6.2%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#40B210 (or 0x40B210) is known color: Kelly Green. HEX triplet: 40, B2 and 10. RGB value is (64,178,16). Sum of RGB (Red+Green+Blue) = 64+178+16=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 178 (69.92% from 255 or 68.99% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 178 - color contains mainly: green. Hex color #40B210 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40B210 is #BF4DEF. Grayscale: #7D7D7D. Windows color (decimal): -12537328 or 1094208. OLE color: 1094208.

HSL color Cylindrical-coordinate representation of color #40B210: hue angle of 102.22º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #40B210 is Cyan = 0.64, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 64 178 16 -
CMYK 0.64 0 0.91 0.30
HSL 102.22º 0.84% 0.38% -
HSV(B) 102.22º 0.91% 0.7% -
XYZ 18.13 32.97 5.9 -
YUV 125.45 66.23 84.17 -
System Red Green Blue C M Y K H S L
Decimal 64 178 16 0.64 0 0.91 0.30 102.22 0.84 0.38
Hex 40 B2 10 40 0 5B 1E 66 54 26
Octal 100 262 20 100 0 133 36 146 124 46
Binary 1000000 10110010 10000 1000000 0 1011011 11110 1100110 1010100 100110

Color Harmonies of #40B210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B210

Black with #40B210

Text Example


Text Example

White with #40B210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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