Html Css Color HEX #05F53A Malachite

📋 copy color: '#05F53A'

red 5 ◦ green 245 ◦ blue 58

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

Shades of Malachite #05F53A

Tints of Malachite #05F53A

RGB

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

 GREEN value IS 245 (96.09% from 255) = 79.55%

 BLUE value IS 58 (23.05% from 255) = 18.83%

R = 1.62%
G = 79.55%
B = 18.83%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#05F53A (or 0x05F53A) is known color: Malachite. HEX triplet: 05, F5 and 3A. RGB value is (5,245,58). Sum of RGB (Red+Green+Blue) = 5+245+58=308 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 308); Green value is 245 (96.09% from 255 or 79.55% from 308); Blue value is 58 (23.05% from 255 or 18.83% from 308); Max value from RGB is 245 - color contains mainly: green. Hex color #05F53A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05F53A is #FA0AC5. Grayscale: #989898. Windows color (decimal): -16386758 or 3863813. OLE color: 3863813.

HSL color Cylindrical-coordinate representation of color #05F53A: hue angle of 133.25º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F53A is Cyan = 0.98, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB 5 245 58 -
CMYK 0.98 0 0.76 0.04
HSL 133.25º 0.96% 0.49% -
HSV(B) 133.25º 0.98% 0.96% -
XYZ 33.48 65.64 14.91 -
YUV 151.92 74.99 23.21 -
System Red Green Blue C M Y K H S L
Decimal 5 245 58 0.98 0 0.76 0.04 133.25 0.96 0.49
Hex 5 F5 3A 62 0 4C 4 85 60 31
Octal 5 365 72 142 0 114 4 205 140 61
Binary 101 11110101 111010 1100010 0 1001100 100 10000101 1100000 110001

Color Harmonies of #05F53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05F53A

Black with #05F53A

Text Example


Text Example

White with #05F53A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,245,58); }

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

background-color css

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

 a { background-color: rgb(5,245,58); }

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

border-color css

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

 span { border-color: rgb(5,245,58); }

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