Html Css Color HEX #40BD16 Kelly Green

📋 copy color: '#40BD16'

red 64 ◦ green 189 ◦ blue 22

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

Shades of Kelly Green #40BD16

Tints of Kelly Green #40BD16

RGB

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

 GREEN value IS 189 (74.22% from 255) = 68.73%

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

R = 23.27%
G = 68.73%
B = 8%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#40BD16 (or 0x40BD16) is known color: Kelly Green. HEX triplet: 40, BD and 16. RGB value is (64,189,22). Sum of RGB (Red+Green+Blue) = 64+189+22=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 189 (74.22% from 255 or 68.73% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 189 - color contains mainly: green. Hex color #40BD16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40BD16 is #BF42E9. Grayscale: #858585. Windows color (decimal): -12534506 or 1490240. OLE color: 1490240.

HSL color Cylindrical-coordinate representation of color #40BD16: hue angle of 104.91º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #40BD16 is Cyan = 0.66, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 64 189 22 -
CMYK 0.66 0 0.88 0.26
HSL 104.91º 0.79% 0.41% -
HSV(B) 104.91º 0.88% 0.74% -
XYZ 20.46 37.54 6.93 -
YUV 132.59 65.59 79.08 -
System Red Green Blue C M Y K H S L
Decimal 64 189 22 0.66 0 0.88 0.26 104.91 0.79 0.41
Hex 40 BD 16 42 0 58 1A 69 4F 29
Octal 100 275 26 102 0 130 32 151 117 51
Binary 1000000 10111101 10110 1000010 0 1011000 11010 1101001 1001111 101001

Color Harmonies of #40BD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BD16

Black with #40BD16

Text Example


Text Example

White with #40BD16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,189,22); }

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

background-color css

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

 a { background-color: rgb(64,189,22); }

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

border-color css

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

 span { border-color: rgb(64,189,22); }

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