Html Css Color HEX #27DC70 Malachite

📋 copy color: '#27DC70'

red 39 ◦ green 220 ◦ blue 112

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

Shades of Malachite #27DC70

Tints of Malachite #27DC70

RGB

 RED value IS 39 (15.63% from 255) = 10.51%

 GREEN value IS 220 (86.33% from 255) = 59.3%

 BLUE value IS 112 (44.14% from 255) = 30.19%

R = 10.51%
G = 59.3%
B = 30.19%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#27DC70 (or 0x27DC70) is known color: Malachite. HEX triplet: 27, DC and 70. RGB value is (39,220,112). Sum of RGB (Red+Green+Blue) = 39+220+112=371 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.51% from 371); Green value is 220 (86.33% from 255 or 59.30% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 220 - color contains mainly: green. Hex color #27DC70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #27DC70 is #D8238F. Grayscale: #999999. Windows color (decimal): -14164880 or 7396391. OLE color: 7396391.

HSL color Cylindrical-coordinate representation of color #27DC70: hue angle of 144.2º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27DC70 is Cyan = 0.82, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 39 220 112 -
CMYK 0.82 0 0.49 0.14
HSL 144.2º 0.72% 0.51% -
HSV(B) 144.2º 0.82% 0.86% -
XYZ 29.35 52.79 23.97 -
YUV 153.57 104.53 46.28 -
System Red Green Blue C M Y K H S L
Decimal 39 220 112 0.82 0 0.49 0.14 144.2 0.72 0.51
Hex 27 DC 70 52 0 31 E 90 48 33
Octal 47 334 160 122 0 61 16 220 110 63
Binary 100111 11011100 1110000 1010010 0 110001 1110 10010000 1001000 110011

Color Harmonies of #27DC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27DC70

Black with #27DC70

Text Example


Text Example

White with #27DC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27DC70; }

 p { color: rgb(39,220,112); }

 H1.HeaderClassName
 {
   color: #27DC70;
 }
 .AnyTagClassName
 {
   color: #27DC70;
 }
</style>

background-color css

<style>
 a { background-color: #27DC70; }

 a { background-color: rgb(39,220,112); }

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

border-color css

<style>
 span { border-color: #27DC70; }

 span { border-color: rgb(39,220,112); }

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