Html Css Color HEX #21C075 Mountain Meadow

📋 copy color: '#21C075'

red 33 ◦ green 192 ◦ blue 117

#21C075
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #21C075

Tints of Mountain Meadow #21C075

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 value IS 0.83

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#21C075 (or 0x21C075) is known color: 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

RGB 33 192 117 -
CMYK 0.83 0 0.39 0.25
HSL 151.7º 0.71% 0.44% -
HSV(B) 151.7º 0.83% 0.75% -
XYZ 22.69 39.31 23.22 -
YUV 135.91 117.32 54.6 -
System Red Green Blue C M Y K H S L
Decimal 33 192 117 0.83 0 0.39 0.25 151.7 0.71 0.44
Hex 21 C0 75 53 0 27 19 98 47 2C
Octal 41 300 165 123 0 47 31 230 107 54
Binary 100001 11000000 1110101 1010011 0 100111 11001 10011000 1000111 101100

Color Harmonies of #21C075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C075

Black with #21C075

Text Example


Text Example

White with #21C075

Text Example


Text Example

HTML Codes & Css Web 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>