Html Css Color HEX #05CF5D Malachite

📋 copy color: '#05CF5D'

red 5 ◦ green 207 ◦ blue 93

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

Shades of Malachite #05CF5D

Tints of Malachite #05CF5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.49%

R = 1.64%
G = 67.87%
B = 30.49%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#05CF5D (or 0x05CF5D) is known color: Malachite. HEX triplet: 05, CF and 5D. RGB value is (5,207,93). Sum of RGB (Red+Green+Blue) = 5+207+93=305 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 305); Green value is 207 (81.25% from 255 or 67.87% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 207 - color contains mainly: green. Hex color #05CF5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05CF5D is #FA30A2. Grayscale: #858585. Windows color (decimal): -16396451 or 6147845. OLE color: 6147845.

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

Color convert

RGB 5 207 93 -
CMYK 0.98 0 0.55 0.19
HSL 146.14º 0.95% 0.42% -
HSV(B) 146.14º 0.98% 0.81% -
XYZ 24.35 45.45 17.84 -
YUV 133.61 105.08 36.27 -
System Red Green Blue C M Y K H S L
Decimal 5 207 93 0.98 0 0.55 0.19 146.14 0.95 0.42
Hex 5 CF 5D 62 0 37 13 92 5F 2A
Octal 5 317 135 142 0 67 23 222 137 52
Binary 101 11001111 1011101 1100010 0 110111 10011 10010010 1011111 101010

Color Harmonies of #05CF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CF5D

Black with #05CF5D

Text Example


Text Example

White with #05CF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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