#40BF21

Color #40BF21 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #40BF21

Tints of Kelly Green #40BF21

Color information

#40BF21 (or 0x40BF21) is unknown color: approx Kelly Green. HEX triplet: 40, BF and 21. RGB value is (64,191,33). Sum of RGB (Red+Green+Blue) = 64+191+33=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 191 (75% from 255 or 66.32% from 288); Blue value is 33 (13.28% from 255 or 11.46% from 288); Max value from RGB is 191 - color contains mainly: green. Hex color #40BF21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BF21 is #BF40DE. Grayscale: #878787. Windows color (decimal): -12533983 or 2211648. OLE color: 2211648.

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

Color convert

RGB6419133-
CMYK0.6600.830.25
HSL108.23º70.54%43.92%-
HSV(B)108.23º82.72%74.9%-
XYZ21.0238.467.75-
YUV135.0170.4277.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.22%
GREEN value IS 191 (75% from 255) = 66.32%
BLUE value IS 33 (13.28% from 255) = 11.46%
R=22.22%
G=66.32%
B=11.46%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal64191330.6600.830.25108.2370.5443.92
Hex40BF2142053196c472c
Octal1002774110201233115410754
Binary1000000101111111000011000010010100111100111011001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BF21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #40BF21;
 }
 .AnyTagClassName
 {
   color: #40BF21;
 }
</style>
background-color css

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

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

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

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

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

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