Html Css Color HEX #27DC66 Malachite

📋 copy color: '#27DC66'

red 39 ◦ green 220 ◦ blue 102

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

Shades of Malachite #27DC66

Tints of Malachite #27DC66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 28.25%

R = 10.8%
G = 60.94%
B = 28.25%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#27DC66 (or 0x27DC66) is known color: Malachite. HEX triplet: 27, DC and 66. RGB value is (39,220,102). Sum of RGB (Red+Green+Blue) = 39+220+102=361 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.80% from 361); Green value is 220 (86.33% from 255 or 60.94% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 220 - color contains mainly: green. Hex color #27DC66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #27DC66 is #D82399. Grayscale: #989898. Windows color (decimal): -14164890 or 6741031. OLE color: 6741031.

HSL color Cylindrical-coordinate representation of color #27DC66: hue angle of 140.88º 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 #27DC66 is Cyan = 0.82, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 39 220 102 -
CMYK 0.82 0 0.54 0.14
HSL 140.88º 0.72% 0.51% -
HSV(B) 140.88º 0.82% 0.86% -
XYZ 28.83 52.58 21.2 -
YUV 152.43 99.53 47.09 -
System Red Green Blue C M Y K H S L
Decimal 39 220 102 0.82 0 0.54 0.14 140.88 0.72 0.51
Hex 27 DC 66 52 0 36 E 8D 48 33
Octal 47 334 146 122 0 66 16 215 110 63
Binary 100111 11011100 1100110 1010010 0 110110 1110 10001101 1001000 110011

Color Harmonies of #27DC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27DC66

Black with #27DC66

Text Example


Text Example

White with #27DC66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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