Html Css Color HEX #40BD11 Kelly Green

📋 copy color: '#40BD11'

red 64 ◦ green 189 ◦ blue 17

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

Shades of Kelly Green #40BD11

Tints of Kelly Green #40BD11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.3%

R = 23.7%
G = 70%
B = 6.3%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#40BD11 (or 0x40BD11) is known color: Kelly Green. HEX triplet: 40, BD and 11. RGB value is (64,189,17). Sum of RGB (Red+Green+Blue) = 64+189+17=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 189 (74.22% from 255 or 70% from 270); Blue value is 17 (7.03% from 255 or 6.30% from 270); Max value from RGB is 189 - color contains mainly: green. Hex color #40BD11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40BD11 is #BF42EE. Grayscale: #848484. Windows color (decimal): -12534511 or 1162560. OLE color: 1162560.

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

Color convert

RGB 64 189 17 -
CMYK 0.66 0 0.91 0.26
HSL 103.6º 0.83% 0.4% -
HSV(B) 103.6º 0.91% 0.74% -
XYZ 20.41 37.53 6.7 -
YUV 132.02 63.09 79.49 -
System Red Green Blue C M Y K H S L
Decimal 64 189 17 0.66 0 0.91 0.26 103.6 0.83 0.4
Hex 40 BD 11 42 0 5B 1A 68 53 28
Octal 100 275 21 102 0 133 32 150 123 50
Binary 1000000 10111101 10001 1000010 0 1011011 11010 1101000 1010011 101000

Color Harmonies of #40BD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BD11

Black with #40BD11

Text Example


Text Example

White with #40BD11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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