#21CA85

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

Shades of Mountain Meadow #21CA85

Tints of Mountain Meadow #21CA85

Color information

#21CA85 (or 0x21CA85) is unknown color: approx Mountain Meadow. HEX triplet: 21, CA and 85. RGB value is (33,202,133). Sum of RGB (Red+Green+Blue) = 33+202+133=368 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.97% from 368); Green value is 202 (79.30% from 255 or 54.89% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 202 - color contains mainly: green. Hex color #21CA85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21CA85 is #DE357A. Grayscale: #8F8F8F. Windows color (decimal): -14562683 or 8768033. OLE color: 8768033.

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

Color convert

RGB33202133-
CMYK0.8400.340.21
HSL155.5º71.91%46.08%-
HSV(B)155.5º83.66%79.22%-
XYZ25.9844.2629.36-
YUV143.6122.0149.11-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.97%
GREEN value IS 202 (79.30% from 255) = 54.89%
BLUE value IS 133 (52.34% from 255) = 36.14%
R=8.97%
G=54.89%
B=36.14%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal332021330.8400.340.21155.571.9146.08
Hex21CA8554022159c482e
Octal413122051240422523411056
Binary10000111001010100001011010100010001010101100111001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21CA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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