Html Css Color HEX #27DD50 Malachite

📋 copy color: '#27DD50'

red 39 ◦ green 221 ◦ blue 80

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

Shades of Malachite #27DD50

Tints of Malachite #27DD50

RGB

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

 GREEN value IS 221 (86.72% from 255) = 65%

 BLUE value IS 80 (31.64% from 255) = 23.53%

R = 11.47%
G = 65%
B = 23.53%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#27DD50 (or 0x27DD50) is known color: Malachite. HEX triplet: 27, DD and 50. RGB value is (39,221,80). Sum of RGB (Red+Green+Blue) = 39+221+80=340 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.47% from 340); Green value is 221 (86.72% from 255 or 65% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 221 - color contains mainly: green. Hex color #27DD50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #27DD50 is #D822AF. Grayscale: #969696. Windows color (decimal): -14164656 or 5299495. OLE color: 5299495.

HSL color Cylindrical-coordinate representation of color #27DD50: hue angle of 133.52º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27DD50 is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 39 221 80 -
CMYK 0.82 0 0.64 0.13
HSL 133.52º 0.73% 0.51% -
HSV(B) 133.52º 0.82% 0.87% -
XYZ 28.14 52.72 16.28 -
YUV 150.51 88.2 48.46 -
System Red Green Blue C M Y K H S L
Decimal 39 221 80 0.82 0 0.64 0.13 133.52 0.73 0.51
Hex 27 DD 50 52 0 40 D 86 49 33
Octal 47 335 120 122 0 100 15 206 111 63
Binary 100111 11011101 1010000 1010010 0 1000000 1101 10000110 1001001 110011

Color Harmonies of #27DD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27DD50

Black with #27DD50

Text Example


Text Example

White with #27DD50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,221,80); }

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

background-color css

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

 a { background-color: rgb(39,221,80); }

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

border-color css

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

 span { border-color: rgb(39,221,80); }

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