#21B85F

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

Shades of Medium Sea Green #21B85F

Tints of Medium Sea Green #21B85F

Color information

#21B85F (or 0x21B85F) is unknown color: approx Medium Sea Green. HEX triplet: 21, B8 and 5F. RGB value is (33,184,95). Sum of RGB (Red+Green+Blue) = 33+184+95=312 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.58% from 312); Green value is 184 (72.27% from 255 or 58.97% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 184 - color contains mainly: green. Hex color #21B85F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21B85F is #DE47A0. Grayscale: #808080. Windows color (decimal): -14567329 or 6273057. OLE color: 6273057.

HSL color Cylindrical-coordinate representation of color #21B85F: hue angle of 144.64º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B85F is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB3318495-
CMYK0.8200.480.28
HSL144.64º69.59%42.55%-
HSV(B)144.64º82.07%72.16%-
XYZ19.8335.4316.62-
YUV128.71108.9759.74-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.58%
GREEN value IS 184 (72.27% from 255) = 58.97%
BLUE value IS 95 (37.5% from 255) = 30.45%
R=10.58%
G=58.97%
B=30.45%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal33184950.8200.480.28144.6469.5942.55
Hex21B85F520301C91462b
Octal412701371220603422110653
Binary1000011011100010111111010010011000011100100100011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,184,95); }

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

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

 a { background-color: rgb(33,184,95); }

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

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

 span { border-color: rgb(33,184,95); }

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