Html Css Color HEX #40BF16 Kelly Green

📋 copy color: '#40BF16'

red 64 ◦ green 191 ◦ blue 22

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

Shades of Kelly Green #40BF16

Tints of Kelly Green #40BF16

RGB

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

 GREEN value IS 191 (75% from 255) = 68.95%

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

R = 23.1%
G = 68.95%
B = 7.94%

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

#40BF16 (or 0x40BF16) is known color: Kelly Green. HEX triplet: 40, BF and 16. RGB value is (64,191,22). Sum of RGB (Red+Green+Blue) = 64+191+22=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 191 (75% from 255 or 68.95% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 191 - color contains mainly: green. Hex color #40BF16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40BF16 is #BF40E9. Grayscale: #868686. Windows color (decimal): -12533994 or 1490752. OLE color: 1490752.

HSL color Cylindrical-coordinate representation of color #40BF16: hue angle of 105.09º 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 #40BF16 is Cyan = 0.66, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 191 22 -
CMYK 0.66 0 0.88 0.25
HSL 105.09º 0.79% 0.42% -
HSV(B) 105.09º 0.88% 0.75% -
XYZ 20.89 38.41 7.07 -
YUV 133.76 64.92 78.24 -
System Red Green Blue C M Y K H S L
Decimal 64 191 22 0.66 0 0.88 0.25 105.09 0.79 0.42
Hex 40 BF 16 42 0 58 19 69 4F 2A
Octal 100 277 26 102 0 130 31 151 117 52
Binary 1000000 10111111 10110 1000010 0 1011000 11001 1101001 1001111 101010

Color Harmonies of #40BF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BF16

Black with #40BF16

Text Example


Text Example

White with #40BF16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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