Html Css Color HEX #05CF6E Malachite

📋 copy color: '#05CF6E'

red 5 ◦ green 207 ◦ blue 110

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

Shades of Malachite #05CF6E

Tints of Malachite #05CF6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.16%

R = 1.55%
G = 64.29%
B = 34.16%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#05CF6E (or 0x05CF6E) is known color: Malachite. HEX triplet: 05, CF and 6E. RGB value is (5,207,110). Sum of RGB (Red+Green+Blue) = 5+207+110=322 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.55% from 322); Green value is 207 (81.25% from 255 or 64.29% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 207 - color contains mainly: green. Hex color #05CF6E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05CF6E is #FA3091. Grayscale: #878787. Windows color (decimal): -16396434 or 7261957. OLE color: 7261957.

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

Color convert

RGB 5 207 110 -
CMYK 0.98 0 0.47 0.19
HSL 151.19º 0.95% 0.42% -
HSV(B) 151.19º 0.98% 0.81% -
XYZ 25.19 45.78 22.26 -
YUV 135.54 113.58 34.89 -
System Red Green Blue C M Y K H S L
Decimal 5 207 110 0.98 0 0.47 0.19 151.19 0.95 0.42
Hex 5 CF 6E 62 0 2F 13 97 5F 2A
Octal 5 317 156 142 0 57 23 227 137 52
Binary 101 11001111 1101110 1100010 0 101111 10011 10010111 1011111 101010

Color Harmonies of #05CF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CF6E

Black with #05CF6E

Text Example


Text Example

White with #05CF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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