Html Css Color HEX #40BB28 Kelly Green

📋 copy color: '#40BB28'

red 64 ◦ green 187 ◦ blue 40

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

Shades of Kelly Green #40BB28

Tints of Kelly Green #40BB28

RGB

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

 GREEN value IS 187 (73.44% from 255) = 64.26%

 BLUE value IS 40 (16.02% from 255) = 13.75%

R = 21.99%
G = 64.26%
B = 13.75%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#40BB28 (or 0x40BB28) is known color: Kelly Green. HEX triplet: 40, BB and 28. RGB value is (64,187,40). Sum of RGB (Red+Green+Blue) = 64+187+40=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 187 (73.44% from 255 or 64.26% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 187 - color contains mainly: green. Hex color #40BB28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BB28 is #BF44D7. Grayscale: #858585. Windows color (decimal): -12535000 or 2669376. OLE color: 2669376.

HSL color Cylindrical-coordinate representation of color #40BB28: hue angle of 110.2º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #40BB28 is Cyan = 0.66, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 187 40 -
CMYK 0.66 0 0.79 0.27
HSL 110.2º 0.65% 0.45% -
HSV(B) 110.2º 0.79% 0.73% -
XYZ 20.27 36.78 8.04 -
YUV 133.47 75.25 78.45 -
System Red Green Blue C M Y K H S L
Decimal 64 187 40 0.66 0 0.79 0.27 110.2 0.65 0.45
Hex 40 BB 28 42 0 4F 1B 6E 41 2D
Octal 100 273 50 102 0 117 33 156 101 55
Binary 1000000 10111011 101000 1000010 0 1001111 11011 1101110 1000001 101101

Color Harmonies of #40BB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BB28

Black with #40BB28

Text Example


Text Example

White with #40BB28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,187,40); }

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

background-color css

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

 a { background-color: rgb(64,187,40); }

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

border-color css

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

 span { border-color: rgb(64,187,40); }

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