Html Css Color HEX #05CF6C Malachite

📋 copy color: '#05CF6C'

red 5 ◦ green 207 ◦ blue 108

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

Shades of Malachite #05CF6C

Tints of Malachite #05CF6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.75%

R = 1.56%
G = 64.69%
B = 33.75%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#05CF6C (or 0x05CF6C) is known color: Malachite. HEX triplet: 05, CF and 6C. RGB value is (5,207,108). Sum of RGB (Red+Green+Blue) = 5+207+108=320 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.56% from 320); Green value is 207 (81.25% from 255 or 64.69% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 207 - color contains mainly: green. Hex color #05CF6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05CF6C is #FA3093. Grayscale: #878787. Windows color (decimal): -16396436 or 7130885. OLE color: 7130885.

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

Color convert

RGB 5 207 108 -
CMYK 0.98 0 0.48 0.19
HSL 150.59º 0.95% 0.42% -
HSV(B) 150.59º 0.98% 0.81% -
XYZ 25.08 45.74 21.69 -
YUV 135.32 112.58 35.05 -
System Red Green Blue C M Y K H S L
Decimal 5 207 108 0.98 0 0.48 0.19 150.59 0.95 0.42
Hex 5 CF 6C 62 0 30 13 97 5F 2A
Octal 5 317 154 142 0 60 23 227 137 52
Binary 101 11001111 1101100 1100010 0 110000 10011 10010111 1011111 101010

Color Harmonies of #05CF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CF6C

Black with #05CF6C

Text Example


Text Example

White with #05CF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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