#21CA83

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

Shades of Mountain Meadow #21CA83

Tints of Mountain Meadow #21CA83

Color information

#21CA83 (or 0x21CA83) is unknown color: approx Mountain Meadow. HEX triplet: 21, CA and 83. RGB value is (33,202,131). Sum of RGB (Red+Green+Blue) = 33+202+131=366 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.02% from 366); Green value is 202 (79.30% from 255 or 55.19% from 366); Blue value is 131 (51.56% from 255 or 35.79% from 366); Max value from RGB is 202 - color contains mainly: green. Hex color #21CA83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21CA83 is #DE357C. Grayscale: #8F8F8F. Windows color (decimal): -14562685 or 8636961. OLE color: 8636961.

HSL color Cylindrical-coordinate representation of color #21CA83: hue angle of 154.79º 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 #21CA83 is Cyan = 0.84, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB33202131-
CMYK0.8400.350.21
HSL154.79º71.91%46.08%-
HSV(B)154.79º83.66%79.22%-
XYZ25.8444.228.64-
YUV143.38121.0149.27-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.02%
GREEN value IS 202 (79.30% from 255) = 55.19%
BLUE value IS 131 (51.56% from 255) = 35.79%
R=9.02%
G=55.19%
B=35.79%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal332021310.8400.350.21154.7971.9146.08
Hex21CA8354023159b482e
Octal413122031240432523311056
Binary10000111001010100000111010100010001110101100110111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21CA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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