#21C075

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

Shades of Mountain Meadow #21C075

Tints of Mountain Meadow #21C075

Color information

#21C075 (or 0x21C075) is unknown color: approx Mountain Meadow. HEX triplet: 21, C0 and 75. RGB value is (33,192,117). Sum of RGB (Red+Green+Blue) = 33+192+117=342 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.65% from 342); Green value is 192 (75.39% from 255 or 56.14% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 192 - color contains mainly: green. Hex color #21C075 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21C075 is #DE3F8A. Grayscale: #888888. Windows color (decimal): -14565259 or 7716897. OLE color: 7716897.

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

Color convert

RGB33192117-
CMYK0.8300.390.25
HSL151.7º70.67%44.12%-
HSV(B)151.7º82.81%75.29%-
XYZ22.6939.3123.22-
YUV135.91117.3254.6-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.65%
GREEN value IS 192 (75.39% from 255) = 56.14%
BLUE value IS 117 (46.09% from 255) = 34.21%
R=9.65%
G=56.14%
B=34.21%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal331921170.8300.390.25151.770.6744.12
Hex21C075530271998472c
Octal413001651230473123010754
Binary1000011100000011101011010011010011111001100110001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21C075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,192,117); }

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

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

 a { background-color: rgb(33,192,117); }

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

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

 span { border-color: rgb(33,192,117); }

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