#33CA95

Color #33CA95 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #33CA95

Tints of Shamrock #33CA95

Color information

#33CA95 (or 0x33CA95) is unknown color: approx Shamrock. HEX triplet: 33, CA and 95. RGB value is (51,202,149). Sum of RGB (Red+Green+Blue) = 51+202+149=402 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.69% from 402); Green value is 202 (79.30% from 255 or 50.25% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 202 - color contains mainly: green. Hex color #33CA95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33CA95 is #CC356A. Grayscale: #969696. Windows color (decimal): -13383019 or 9816627. OLE color: 9816627.

HSL color Cylindrical-coordinate representation of color #33CA95: hue angle of 158.94º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CA95 is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB51202149-
CMYK0.7500.260.21
HSL158.94º59.68%49.61%-
HSV(B)158.94º74.75%79.22%-
XYZ27.9145.1135.67-
YUV150.81126.9756.81-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.69%
GREEN value IS 202 (79.30% from 255) = 50.25%
BLUE value IS 149 (58.59% from 255) = 37.06%
R=12.69%
G=50.25%
B=37.06%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal512021490.7500.260.21158.9459.6849.61
Hex33CA954B01A159f3c32
Octal63312225113032252377462
Binary110011110010101001010110010110110101010110011111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33CA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33CA95; }

 p { color: rgb(51,202,149); }

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

<style>
 a { background-color: #33CA95; }

 a { background-color: rgb(51,202,149); }

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

<style>
 span { border-color: #33CA95; }

 span { border-color: rgb(51,202,149); }

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