#22CA75

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

Shades of Mountain Meadow #22CA75

Tints of Mountain Meadow #22CA75

Color information

#22CA75 (or 0x22CA75) is unknown color: approx Mountain Meadow. HEX triplet: 22, CA and 75. RGB value is (34,202,117). Sum of RGB (Red+Green+Blue) = 34+202+117=353 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.63% from 353); Green value is 202 (79.30% from 255 or 57.22% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 202 - color contains mainly: green. Hex color #22CA75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #22CA75 is #DD358A. Grayscale: #8E8E8E. Windows color (decimal): -14497163 or 7719458. OLE color: 7719458.

HSL color Cylindrical-coordinate representation of color #22CA75: hue angle of 149.64º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22CA75 is Cyan = 0.83, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB34202117-
CMYK0.8300.420.21
HSL149.64º71.19%46.27%-
HSV(B)149.64º83.17%79.22%-
XYZ24.9943.8723.98-
YUV142.08113.8450.91-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.63%
GREEN value IS 202 (79.30% from 255) = 57.22%
BLUE value IS 117 (46.09% from 255) = 33.14%
R=9.63%
G=57.22%
B=33.14%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal342021170.8300.420.21149.6471.1946.27
Hex22CA755302A1596472e
Octal423121651230522522610756
Binary1000101100101011101011010011010101010101100101101000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22CA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22CA75; }

 p { color: rgb(34,202,117); }

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

<style>
 a { background-color: #22CA75; }

 a { background-color: rgb(34,202,117); }

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

<style>
 span { border-color: #22CA75; }

 span { border-color: rgb(34,202,117); }

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