#22cc55

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

Shades of Malachite #22CC55

Tints of Malachite #22CC55

Color information

#22CC55 (or 0x22CC55) is unknown color: approx Malachite. HEX triplet: 22, CC and 55. RGB value is (34,204,85). Sum of RGB (Red+Green+Blue) = 34+204+85=323 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.53% from 323); Green value is 204 (80.08% from 255 or 63.16% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 204 - color contains mainly: green. Hex color #22CC55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #22CC55 is #DD33AA. Grayscale: #8B8B8B. Windows color (decimal): -14496683 or 5622818. OLE color: 5622818.

HSL color Cylindrical-coordinate representation of color #22CC55: hue angle of 138º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22CC55 is Cyan = 0.83, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.

Color convert

RGB3420485-
CMYK0.8300.580.2
HSL138º71.43%46.67%-
HSV(B)138º83.33%80%-
XYZ23.8944.1815.86-
YUV139.697.1852.68-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.53%
GREEN value IS 204 (80.08% from 255) = 63.16%
BLUE value IS 85 (33.59% from 255) = 26.32%
R=10.53%
G=63.16%
B=26.32%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal34204850.8300.580.213871.4346.67
Hex22CC555303A148a472f
Octal423141251230722421210757
Binary1000101100110010101011010011011101010100100010101000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22cc55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,204,85); }

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

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

 a { background-color: rgb(34,204,85); }

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

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

 span { border-color: rgb(34,204,85); }

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