Html Css Color HEX #05CF52 Malachite

📋 copy color: '#05CF52'

red 5 ◦ green 207 ◦ blue 82

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

Shades of Malachite #05CF52

Tints of Malachite #05CF52

RGB

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

 GREEN value IS 207 (81.25% from 255) = 70.41%

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

R = 1.7%
G = 70.41%
B = 27.89%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#05CF52 (or 0x05CF52) is known color: Malachite. HEX triplet: 05, CF and 52. RGB value is (5,207,82). Sum of RGB (Red+Green+Blue) = 5+207+82=294 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.70% from 294); Green value is 207 (81.25% from 255 or 70.41% from 294); Blue value is 82 (32.42% from 255 or 27.89% from 294); Max value from RGB is 207 - color contains mainly: green. Hex color #05CF52 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05CF52 is #FA30AD. Grayscale: #848484. Windows color (decimal): -16396462 or 5426949. OLE color: 5426949.

HSL color Cylindrical-coordinate representation of color #05CF52: hue angle of 142.87º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CF52 is Cyan = 0.98, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 5 207 82 -
CMYK 0.98 0 0.60 0.19
HSL 142.87º 0.95% 0.42% -
HSV(B) 142.87º 0.98% 0.81% -
XYZ 23.9 45.27 15.46 -
YUV 132.35 99.58 37.16 -
System Red Green Blue C M Y K H S L
Decimal 5 207 82 0.98 0 0.60 0.19 142.87 0.95 0.42
Hex 5 CF 52 62 0 3C 13 8F 5F 2A
Octal 5 317 122 142 0 74 23 217 137 52
Binary 101 11001111 1010010 1100010 0 111100 10011 10001111 1011111 101010

Color Harmonies of #05CF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CF52

Black with #05CF52

Text Example


Text Example

White with #05CF52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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