#21BE05

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

Shades of Kelly Green #21BE05

Tints of Kelly Green #21BE05

Color information

#21BE05 (or 0x21BE05) is unknown color: approx Kelly Green. HEX triplet: 21, BE and 05. RGB value is (33,190,5). Sum of RGB (Red+Green+Blue) = 33+190+5=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 190 (74.61% from 255 or 83.33% from 228); Blue value is 5 (2.34% from 255 or 2.19% from 228); Max value from RGB is 190 - color contains mainly: green. Hex color #21BE05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21BE05 is #DE41FA. Grayscale: #7A7A7A. Windows color (decimal): -14565883 or 376353. OLE color: 376353.

HSL color Cylindrical-coordinate representation of color #21BE05: hue angle of 110.92º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #21BE05 is Cyan = 0.83, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB331905-
CMYK0.8300.970.25
HSL110.92º94.87%38.24%-
HSV(B)110.92º97.37%74.51%-
XYZ19.0737.166.31-
YUV121.9761.9964.54-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.47%
GREEN value IS 190 (74.61% from 255) = 83.33%
BLUE value IS 5 (2.34% from 255) = 2.19%
R=14.47%
G=83.33%
B=2.19%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal3319050.8300.970.25110.9294.8738.24
Hex21BE553061196f5f26
Octal41276512301413115713746
Binary100001101111101011010011011000011100111011111011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21BE05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,190,5); }

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

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

 a { background-color: rgb(33,190,5); }

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

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

 span { border-color: rgb(33,190,5); }

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