#33FD96

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

Shades of Shamrock #33FD96

Tints of Shamrock #33FD96

Color information

#33FD96 (or 0x33FD96) is unknown color: approx Shamrock. HEX triplet: 33, FD and 96. RGB value is (51,253,150). Sum of RGB (Red+Green+Blue) = 51+253+150=454 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.23% from 454); Green value is 253 (99.22% from 255 or 55.73% from 454); Blue value is 150 (58.98% from 255 or 33.04% from 454); Max value from RGB is 253 - color contains mainly: green. Hex color #33FD96 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #33FD96 is #CC0269. Grayscale: #B5B5B5. Windows color (decimal): -13369962 or 9895219. OLE color: 9895219.

HSL color Cylindrical-coordinate representation of color #33FD96: hue angle of 149.41º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FD96 is Cyan = 0.80, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB51253150-
CMYK0.8000.410.01
HSL149.41º98.06%59.61%-
HSV(B)149.41º79.84%99.22%-
XYZ4273.1640.76-
YUV180.86110.5835.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.23%
GREEN value IS 253 (99.22% from 255) = 55.73%
BLUE value IS 150 (58.98% from 255) = 33.04%
R=11.23%
G=55.73%
B=33.04%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal512531500.8000.410.01149.4198.0659.61
Hex33FD9650029195623c
Octal63375226120051122514274
Binary1100111111110110010110101000001010011100101011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33FD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,253,150); }

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

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

 a { background-color: rgb(51,253,150); }

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

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

 span { border-color: rgb(51,253,150); }

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