#21CA82

Color #21CA82 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #21CA82

Tints of Mountain Meadow #21CA82

Color information

#21CA82 (or 0x21CA82) is unknown color: approx Mountain Meadow. HEX triplet: 21, CA and 82. RGB value is (33,202,130). Sum of RGB (Red+Green+Blue) = 33+202+130=365 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.04% from 365); Green value is 202 (79.30% from 255 or 55.34% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 202 - color contains mainly: green. Hex color #21CA82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21CA82 is #DE357D. Grayscale: #8F8F8F. Windows color (decimal): -14562686 or 8571425. OLE color: 8571425.

HSL color Cylindrical-coordinate representation of color #21CA82: hue angle of 154.44º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CA82 is Cyan = 0.84, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB33202130-
CMYK0.8400.360.21
HSL154.44º71.91%46.08%-
HSV(B)154.44º83.66%79.22%-
XYZ25.7844.1828.29-
YUV143.26120.5149.35-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.04%
GREEN value IS 202 (79.30% from 255) = 55.34%
BLUE value IS 130 (51.17% from 255) = 35.62%
R=9.04%
G=55.34%
B=35.62%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal332021300.8400.360.21154.4471.9146.08
Hex21CA8254024159a482e
Octal413122021240442523211056
Binary10000111001010100000101010100010010010101100110101001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21CA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,202,130); }

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

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

 a { background-color: rgb(33,202,130); }

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

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

 span { border-color: rgb(33,202,130); }

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