#33CD98

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

Shades of Shamrock #33CD98

Tints of Shamrock #33CD98

Color information

#33CD98 (or 0x33CD98) is unknown color: approx Shamrock. HEX triplet: 33, CD and 98. RGB value is (51,205,152). Sum of RGB (Red+Green+Blue) = 51+205+152=408 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.5% from 408); Green value is 205 (80.47% from 255 or 50.25% from 408); Blue value is 152 (59.77% from 255 or 37.25% from 408); Max value from RGB is 205 - color contains mainly: green. Hex color #33CD98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33CD98 is #CC3267. Grayscale: #989898. Windows color (decimal): -13382248 or 10014003. OLE color: 10014003.

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

Color convert

RGB51205152-
CMYK0.7500.260.20
HSL159.35º60.63%50.2%-
HSV(B)159.35º75.12%80.39%-
XYZ28.8646.6337.19-
YUV152.91127.4855.31-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.5%
GREEN value IS 205 (80.47% from 255) = 50.25%
BLUE value IS 152 (59.77% from 255) = 37.25%
R=12.5%
G=50.25%
B=37.25%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal512051520.7500.260.20159.3560.6350.2
Hex33CD984B01A149f3d32
Octal63315230113032242377562
Binary110011110011011001100010010110110101010010011111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33CD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,205,152); }

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

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

 a { background-color: rgb(51,205,152); }

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

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

 span { border-color: rgb(51,205,152); }

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