Html Css Color HEX #05CF72 Malachite

📋 copy color: '#05CF72'

red 5 ◦ green 207 ◦ blue 114

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

Shades of Malachite #05CF72

Tints of Malachite #05CF72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.97%

R = 1.53%
G = 63.5%
B = 34.97%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#05CF72 (or 0x05CF72) is known color: Malachite. HEX triplet: 05, CF and 72. RGB value is (5,207,114). Sum of RGB (Red+Green+Blue) = 5+207+114=326 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.53% from 326); Green value is 207 (81.25% from 255 or 63.50% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 207 - color contains mainly: green. Hex color #05CF72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05CF72 is #FA308D. Grayscale: #888888. Windows color (decimal): -16396430 or 7524101. OLE color: 7524101.

HSL color Cylindrical-coordinate representation of color #05CF72: hue angle of 152.38º 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 #05CF72 is Cyan = 0.98, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 5 207 114 -
CMYK 0.98 0 0.45 0.19
HSL 152.38º 0.95% 0.42% -
HSV(B) 152.38º 0.98% 0.81% -
XYZ 25.41 45.87 23.43 -
YUV 136 115.58 34.56 -
System Red Green Blue C M Y K H S L
Decimal 5 207 114 0.98 0 0.45 0.19 152.38 0.95 0.42
Hex 5 CF 72 62 0 2D 13 98 5F 2A
Octal 5 317 162 142 0 55 23 230 137 52
Binary 101 11001111 1110010 1100010 0 101101 10011 10011000 1011111 101010

Color Harmonies of #05CF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CF72

Black with #05CF72

Text Example


Text Example

White with #05CF72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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