Html Css Color HEX #40BE16 Kelly Green

📋 copy color: '#40BE16'

red 64 ◦ green 190 ◦ blue 22

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

Shades of Kelly Green #40BE16

Tints of Kelly Green #40BE16

RGB

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

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

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

R = 23.19%
G = 68.84%
B = 7.97%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#40BE16 (or 0x40BE16) is known color: Kelly Green. HEX triplet: 40, BE and 16. RGB value is (64,190,22). Sum of RGB (Red+Green+Blue) = 64+190+22=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 190 (74.61% from 255 or 68.84% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 190 - color contains mainly: green. Hex color #40BE16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40BE16 is #BF41E9. Grayscale: #858585. Windows color (decimal): -12534250 or 1490496. OLE color: 1490496.

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

Color convert

RGB 64 190 22 -
CMYK 0.66 0 0.88 0.25
HSL 105º 0.79% 0.42% -
HSV(B) 105º 0.88% 0.75% -
XYZ 20.67 37.97 7 -
YUV 133.17 65.26 78.66 -
System Red Green Blue C M Y K H S L
Decimal 64 190 22 0.66 0 0.88 0.25 105 0.79 0.42
Hex 40 BE 16 42 0 58 19 69 4F 2A
Octal 100 276 26 102 0 130 31 151 117 52
Binary 1000000 10111110 10110 1000010 0 1011000 11001 1101001 1001111 101010

Color Harmonies of #40BE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BE16

Black with #40BE16

Text Example


Text Example

White with #40BE16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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