#22BB75

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

Shades of Mountain Meadow #22BB75

Tints of Mountain Meadow #22BB75

Color information

#22BB75 (or 0x22BB75) is unknown color: approx Mountain Meadow. HEX triplet: 22, BB and 75. RGB value is (34,187,117). Sum of RGB (Red+Green+Blue) = 34+187+117=338 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.06% from 338); Green value is 187 (73.44% from 255 or 55.33% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 187 - color contains mainly: green. Hex color #22BB75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #22BB75 is #DD448A. Grayscale: #858585. Windows color (decimal): -14501003 or 7715618. OLE color: 7715618.

HSL color Cylindrical-coordinate representation of color #22BB75: hue angle of 152.55º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22BB75 is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB34187117-
CMYK0.8200.370.27
HSL152.55º69.23%43.33%-
HSV(B)152.55º81.82%73.33%-
XYZ21.6437.1722.86-
YUV133.27118.8157.19-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.06%
GREEN value IS 187 (73.44% from 255) = 55.33%
BLUE value IS 117 (46.09% from 255) = 34.62%
R=10.06%
G=55.33%
B=34.62%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal341871170.8200.370.27152.5569.2343.33
Hex22BB75520251B99452b
Octal422731651220453323110553
Binary1000101011101111101011010010010010111011100110011000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22BB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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