Html Css Color HEX #27C050 Malachite

📋 copy color: '#27C050'

red 39 ◦ green 192 ◦ blue 80

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

Shades of Malachite #27C050

Tints of Malachite #27C050

RGB

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

 GREEN value IS 192 (75.39% from 255) = 61.74%

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

R = 12.54%
G = 61.74%
B = 25.72%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#27C050 (or 0x27C050) is known color: Malachite. HEX triplet: 27, C0 and 50. RGB value is (39,192,80). Sum of RGB (Red+Green+Blue) = 39+192+80=311 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.54% from 311); Green value is 192 (75.39% from 255 or 61.74% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 192 - color contains mainly: green. Hex color #27C050 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #27C050 is #D83FAF. Grayscale: #858585. Windows color (decimal): -14172080 or 5292071. OLE color: 5292071.

HSL color Cylindrical-coordinate representation of color #27C050: hue angle of 136.08º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27C050 is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 39 192 80 -
CMYK 0.80 0 0.58 0.25
HSL 136.08º 0.66% 0.45% -
HSV(B) 136.08º 0.8% 0.75% -
XYZ 21.13 38.71 13.95 -
YUV 133.49 97.81 60.61 -
System Red Green Blue C M Y K H S L
Decimal 39 192 80 0.80 0 0.58 0.25 136.08 0.66 0.45
Hex 27 C0 50 50 0 3A 19 88 42 2D
Octal 47 300 120 120 0 72 31 210 102 55
Binary 100111 11000000 1010000 1010000 0 111010 11001 10001000 1000010 101101

Color Harmonies of #27C050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27C050

Black with #27C050

Text Example


Text Example

White with #27C050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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