#33F994

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

Shades of Shamrock #33F994

Tints of Shamrock #33F994

Color information

#33F994 (or 0x33F994) is unknown color: approx Shamrock. HEX triplet: 33, F9 and 94. RGB value is (51,249,148). Sum of RGB (Red+Green+Blue) = 51+249+148=448 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.38% from 448); Green value is 249 (97.66% from 255 or 55.58% from 448); Blue value is 148 (58.20% from 255 or 33.04% from 448); Max value from RGB is 249 - color contains mainly: green. Hex color #33F994 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #33F994 is #CC066B. Grayscale: #B2B2B2. Windows color (decimal): -13370988 or 9763123. OLE color: 9763123.

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

Color convert

RGB51249148-
CMYK0.8000.410.02
HSL149.39º94.29%58.82%-
HSV(B)149.39º79.52%97.65%-
XYZ40.5970.5939.5-
YUV178.28110.937.21-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.38%
GREEN value IS 249 (97.66% from 255) = 55.58%
BLUE value IS 148 (58.20% from 255) = 33.04%
R=11.38%
G=55.58%
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.02
SystemRedGreenBlueCMYKHSL
Decimal512491480.8000.410.02149.3994.2958.82
Hex33F994500292955e3b
Octal63371224120051222513673
Binary11001111111001100101001010000010100110100101011011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33F994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,249,148); }

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

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

 a { background-color: rgb(51,249,148); }

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

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

 span { border-color: rgb(51,249,148); }

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