Html Css Color HEX #40BE28 Kelly Green

📋 copy color: '#40BE28'

red 64 ◦ green 190 ◦ blue 40

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

Shades of Kelly Green #40BE28

Tints of Kelly Green #40BE28

RGB

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

 GREEN value IS 190 (74.61% from 255) = 64.63%

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

R = 21.77%
G = 64.63%
B = 13.61%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#40BE28 (or 0x40BE28) is known color: Kelly Green. HEX triplet: 40, BE and 28. RGB value is (64,190,40). Sum of RGB (Red+Green+Blue) = 64+190+40=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 190 (74.61% from 255 or 64.63% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 190 - color contains mainly: green. Hex color #40BE28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BE28 is #BF41D7. Grayscale: #878787. Windows color (decimal): -12534232 or 2670144. OLE color: 2670144.

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

Color convert

RGB 64 190 40 -
CMYK 0.66 0 0.79 0.25
HSL 110.4º 0.65% 0.45% -
HSV(B) 110.4º 0.79% 0.75% -
XYZ 20.91 38.07 8.25 -
YUV 135.23 74.26 77.2 -
System Red Green Blue C M Y K H S L
Decimal 64 190 40 0.66 0 0.79 0.25 110.4 0.65 0.45
Hex 40 BE 28 42 0 4F 19 6E 41 2D
Octal 100 276 50 102 0 117 31 156 101 55
Binary 1000000 10111110 101000 1000010 0 1001111 11001 1101110 1000001 101101

Color Harmonies of #40BE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BE28

Black with #40BE28

Text Example


Text Example

White with #40BE28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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