#00FE52

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

Shades of Malachite #00FE52

Tints of Malachite #00FE52

Color information

#00FE52 (or 0x00FE52) is unknown color: approx Malachite. HEX triplet: 00, FE and 52. RGB value is (0,254,82). Sum of RGB (Red+Green+Blue) = 0+254+82=336 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 336); Green value is 254 (99.61% from 255 or 75.60% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 254 - color contains mainly: green. Hex color #00FE52 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #00FE52 is #FF01AD. Grayscale: #9E9E9E. Windows color (decimal): -16712110 or 5438976. OLE color: 5438976.

HSL color Cylindrical-coordinate representation of color #00FE52: hue angle of 139.37º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FE52 is Cyan = 1, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.00.

Color convert

RGB025482-
CMYK100.680.00
HSL139.37º100%49.8%-
HSV(B)139.37º100%99.61%-
XYZ36.9671.4919.83-
YUV158.4584.8514.99-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 254 (99.61% from 255) = 75.60%
BLUE value IS 82 (32.42% from 255) = 24.40%
R=0%
G=75.60%
B=24.40%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal025482100.680.00139.3710049.8
Hex0FE526404408b6432
Octal03761221440104021314462
Binary01111111010100101100100010001000100010111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00FE52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00FE52; }

 p { color: rgb(0,254,82); }

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

<style>
 a { background-color: #00FE52; }

 a { background-color: rgb(0,254,82); }

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

<style>
 span { border-color: #00FE52; }

 span { border-color: rgb(0,254,82); }

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