#33FD54

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

Shades of Malachite #33FD54

Tints of Malachite #33FD54

Color information

#33FD54 (or 0x33FD54) is unknown color: approx Malachite. HEX triplet: 33, FD and 54. RGB value is (51,253,84). Sum of RGB (Red+Green+Blue) = 51+253+84=388 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.14% from 388); Green value is 253 (99.22% from 255 or 65.21% from 388); Blue value is 84 (33.20% from 255 or 21.65% from 388); Max value from RGB is 253 - color contains mainly: green. Hex color #33FD54 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #33FD54 is #CC02AB. Grayscale: #ADADAD. Windows color (decimal): -13370028 or 5569843. OLE color: 5569843.

HSL color Cylindrical-coordinate representation of color #33FD54: hue angle of 129.8º 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 #33FD54 is Cyan = 0.80, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.

Color convert

RGB5125384-
CMYK0.8000.670.01
HSL129.8º98.06%59.61%-
HSV(B)129.8º79.84%99.22%-
XYZ38.0971.5920.2-
YUV173.3477.5840.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.14%
GREEN value IS 253 (99.22% from 255) = 65.21%
BLUE value IS 84 (33.20% from 255) = 21.65%
R=13.14%
G=65.21%
B=21.65%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal51253840.8000.670.01129.898.0659.61
Hex33FD5450043182623c
Octal633751241200103120214274
Binary1100111111110110101001010000010000111100000101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33FD54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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