Html Css Color HEX #27BD50 Malachite

📋 copy color: '#27BD50'

red 39 ◦ green 189 ◦ blue 80

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

Shades of Malachite #27BD50

Tints of Malachite #27BD50

RGB

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

 GREEN value IS 189 (74.22% from 255) = 61.36%

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

R = 12.66%
G = 61.36%
B = 25.97%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#27BD50 (or 0x27BD50) is known color: Malachite. HEX triplet: 27, BD and 50. RGB value is (39,189,80). Sum of RGB (Red+Green+Blue) = 39+189+80=308 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.66% from 308); Green value is 189 (74.22% from 255 or 61.36% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 189 - color contains mainly: green. Hex color #27BD50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #27BD50 is #D842AF. Grayscale: #848484. Windows color (decimal): -14172848 or 5291303. OLE color: 5291303.

HSL color Cylindrical-coordinate representation of color #27BD50: hue angle of 136.4º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27BD50 is Cyan = 0.79, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 39 189 80 -
CMYK 0.79 0 0.58 0.26
HSL 136.4º 0.66% 0.45% -
HSV(B) 136.4º 0.79% 0.74% -
XYZ 20.48 37.41 13.73 -
YUV 131.72 98.81 61.86 -
System Red Green Blue C M Y K H S L
Decimal 39 189 80 0.79 0 0.58 0.26 136.4 0.66 0.45
Hex 27 BD 50 4F 0 3A 1A 88 42 2D
Octal 47 275 120 117 0 72 32 210 102 55
Binary 100111 10111101 1010000 1001111 0 111010 11010 10001000 1000010 101101

Color Harmonies of #27BD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27BD50

Black with #27BD50

Text Example


Text Example

White with #27BD50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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