Html Css Color HEX #40BD24 Kelly Green

📋 copy color: '#40BD24'

red 64 ◦ green 189 ◦ blue 36

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

Shades of Kelly Green #40BD24

Tints of Kelly Green #40BD24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.46%

R = 22.15%
G = 65.4%
B = 12.46%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#40BD24 (or 0x40BD24) is known color: Kelly Green. HEX triplet: 40, BD and 24. RGB value is (64,189,36). Sum of RGB (Red+Green+Blue) = 64+189+36=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 189 (74.22% from 255 or 65.40% from 289); Blue value is 36 (14.45% from 255 or 12.46% from 289); Max value from RGB is 189 - color contains mainly: green. Hex color #40BD24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BD24 is #BF42DB. Grayscale: #868686. Windows color (decimal): -12534492 or 2407744. OLE color: 2407744.

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

Color convert

RGB 64 189 36 -
CMYK 0.66 0 0.81 0.26
HSL 109.02º 0.68% 0.44% -
HSV(B) 109.02º 0.81% 0.74% -
XYZ 20.63 37.61 7.84 -
YUV 134.18 72.59 77.94 -
System Red Green Blue C M Y K H S L
Decimal 64 189 36 0.66 0 0.81 0.26 109.02 0.68 0.44
Hex 40 BD 24 42 0 51 1A 6D 44 2C
Octal 100 275 44 102 0 121 32 155 104 54
Binary 1000000 10111101 100100 1000010 0 1010001 11010 1101101 1000100 101100

Color Harmonies of #40BD24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BD24

Black with #40BD24

Text Example


Text Example

White with #40BD24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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