#21BC06

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

Shades of Kelly Green #21BC06

Tints of Kelly Green #21BC06

Color information

#21BC06 (or 0x21BC06) is unknown color: approx Kelly Green. HEX triplet: 21, BC and 06. RGB value is (33,188,6). Sum of RGB (Red+Green+Blue) = 33+188+6=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 188 (73.83% from 255 or 82.82% from 227); Blue value is 6 (2.73% from 255 or 2.64% from 227); Max value from RGB is 188 - color contains mainly: green. Hex color #21BC06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21BC06 is #DE43F9. Grayscale: #797979. Windows color (decimal): -14566394 or 441377. OLE color: 441377.

HSL color Cylindrical-coordinate representation of color #21BC06: hue angle of 111.1º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #21BC06 is Cyan = 0.82, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB331886-
CMYK0.8200.970.26
HSL111.1º93.81%38.04%-
HSV(B)111.1º96.81%73.73%-
XYZ18.6436.36.2-
YUV120.9163.1565.3-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.54%
GREEN value IS 188 (73.83% from 255) = 82.82%
BLUE value IS 6 (2.73% from 255) = 2.64%
R=14.54%
G=82.82%
B=2.64%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal3318860.8200.970.26111.193.8138.04
Hex21BC6520611A6f5e26
Octal41274612201413215713646
Binary100001101111001101010010011000011101011011111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21BC06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21BC06; }

 p { color: rgb(33,188,6); }

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

<style>
 a { background-color: #21BC06; }

 a { background-color: rgb(33,188,6); }

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

<style>
 span { border-color: #21BC06; }

 span { border-color: rgb(33,188,6); }

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