Html Css Color HEX #05ED52 Malachite

📋 copy color: '#05ED52'

red 5 ◦ green 237 ◦ blue 82

#05ED52
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #05ED52

Tints of Malachite #05ED52

RGB

 RED value IS 5 (2.34% from 255) = 1.54%

 GREEN value IS 237 (92.97% from 255) = 73.15%

 BLUE value IS 82 (32.42% from 255) = 25.31%

R = 1.54%
G = 73.15%
B = 25.31%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#05ED52 (or 0x05ED52) is known color: Malachite. HEX triplet: 05, ED and 52. RGB value is (5,237,82). Sum of RGB (Red+Green+Blue) = 5+237+82=324 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.54% from 324); Green value is 237 (92.97% from 255 or 73.15% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 237 - color contains mainly: green. Hex color #05ED52 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05ED52 is #FA12AD. Grayscale: #969696. Windows color (decimal): -16388782 or 5434629. OLE color: 5434629.

HSL color Cylindrical-coordinate representation of color #05ED52: hue angle of 139.91º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05ED52 is Cyan = 0.98, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 5 237 82 -
CMYK 0.98 0 0.65 0.07
HSL 139.91º 0.96% 0.47% -
HSV(B) 139.91º 0.98% 0.93% -
XYZ 31.87 61.21 18.12 -
YUV 149.96 89.64 24.6 -
System Red Green Blue C M Y K H S L
Decimal 5 237 82 0.98 0 0.65 0.07 139.91 0.96 0.47
Hex 5 ED 52 62 0 41 7 8C 60 2F
Octal 5 355 122 142 0 101 7 214 140 57
Binary 101 11101101 1010010 1100010 0 1000001 111 10001100 1100000 101111

Color Harmonies of #05ED52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05ED52

Black with #05ED52

Text Example


Text Example

White with #05ED52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05ED52; }

 p { color: rgb(5,237,82); }

 H1.HeaderClassName
 {
   color: #05ED52;
 }
 .AnyTagClassName
 {
   color: #05ED52;
 }
</style>

background-color css

<style>
 a { background-color: #05ED52; }

 a { background-color: rgb(5,237,82); }

 div.DivClassName
 {
   background-color: #05ED52;
 }
 .BgClassName
 {
   background-color: #05ED52;
 }
</style>

border-color css

<style>
 span { border-color: #05ED52; }

 span { border-color: rgb(5,237,82); }

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