Html Css Color HEX #05C952 Malachite

📋 copy color: '#05C952'

red 5 ◦ green 201 ◦ blue 82

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

Shades of Malachite #05C952

Tints of Malachite #05C952

RGB

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

 GREEN value IS 201 (78.91% from 255) = 69.79%

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

R = 1.74%
G = 69.79%
B = 28.47%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#05C952 (or 0x05C952) is known color: Malachite. HEX triplet: 05, C9 and 52. RGB value is (5,201,82). Sum of RGB (Red+Green+Blue) = 5+201+82=288 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 288); Green value is 201 (78.91% from 255 or 69.79% from 288); Blue value is 82 (32.42% from 255 or 28.47% from 288); Max value from RGB is 201 - color contains mainly: green. Hex color #05C952 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05C952 is #FA36AD. Grayscale: #818181. Windows color (decimal): -16397998 or 5425413. OLE color: 5425413.

HSL color Cylindrical-coordinate representation of color #05C952: hue angle of 143.57º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05C952 is Cyan = 0.98, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB 5 201 82 -
CMYK 0.98 0 0.59 0.21
HSL 143.57º 0.95% 0.4% -
HSV(B) 143.57º 0.98% 0.79% -
XYZ 22.47 42.41 14.99 -
YUV 128.83 101.57 39.68 -
System Red Green Blue C M Y K H S L
Decimal 5 201 82 0.98 0 0.59 0.21 143.57 0.95 0.4
Hex 5 C9 52 62 0 3B 15 90 5F 28
Octal 5 311 122 142 0 73 25 220 137 50
Binary 101 11001001 1010010 1100010 0 111011 10101 10010000 1011111 101000

Color Harmonies of #05C952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C952

Black with #05C952

Text Example


Text Example

White with #05C952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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