#33F255

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

Shades of Malachite #33F255

Tints of Malachite #33F255

Color information

#33F255 (or 0x33F255) is unknown color: approx Malachite. HEX triplet: 33, F2 and 55. RGB value is (51,242,85). Sum of RGB (Red+Green+Blue) = 51+242+85=378 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.49% from 378); Green value is 242 (94.92% from 255 or 64.02% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 242 - color contains mainly: green. Hex color #33F255 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #33F255 is #CC0DAA. Grayscale: #A7A7A7. Windows color (decimal): -13372843 or 5632563. OLE color: 5632563.

HSL color Cylindrical-coordinate representation of color #33F255: hue angle of 130.68º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33F255 is Cyan = 0.79, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB5124285-
CMYK0.7900.650.05
HSL130.68º88.02%57.45%-
HSV(B)130.68º78.93%94.9%-
XYZ34.7664.8619.28-
YUV166.9981.7245.27-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.49%
GREEN value IS 242 (94.92% from 255) = 64.02%
BLUE value IS 85 (33.59% from 255) = 22.49%
R=13.49%
G=64.02%
B=22.49%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal51242850.7900.650.05130.6888.0257.45
Hex33F2554F0415835839
Octal633621251170101520313071
Binary110011111100101010101100111101000001101100000111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33F255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,242,85); }

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

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

 a { background-color: rgb(51,242,85); }

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

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

 span { border-color: rgb(51,242,85); }

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