Html Css Color HEX #27BA7F Mountain Meadow

📋 copy color: '#27BA7F'

red 39 ◦ green 186 ◦ blue 127

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

Shades of Mountain Meadow #27BA7F

Tints of Mountain Meadow #27BA7F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 52.84%

 BLUE value IS 127 (50% from 255) = 36.08%

R = 11.08%
G = 52.84%
B = 36.08%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#27BA7F (or 0x27BA7F) is known color: Mountain Meadow. HEX triplet: 27, BA and 7F. RGB value is (39,186,127). Sum of RGB (Red+Green+Blue) = 39+186+127=352 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.08% from 352); Green value is 186 (73.05% from 255 or 52.84% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 186 - color contains mainly: green. Hex color #27BA7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #27BA7F is #D84580. Grayscale: #878787. Windows color (decimal): -14173569 or 8370727. OLE color: 8370727.

HSL color Cylindrical-coordinate representation of color #27BA7F: hue angle of 155.92º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27BA7F is Cyan = 0.79, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 39 186 127 -
CMYK 0.79 0 0.32 0.27
HSL 155.92º 0.65% 0.44% -
HSV(B) 155.92º 0.79% 0.73% -
XYZ 22.23 37.08 26.06 -
YUV 135.32 123.3 59.3 -
System Red Green Blue C M Y K H S L
Decimal 39 186 127 0.79 0 0.32 0.27 155.92 0.65 0.44
Hex 27 BA 7F 4F 0 20 1B 9C 41 2C
Octal 47 272 177 117 0 40 33 234 101 54
Binary 100111 10111010 1111111 1001111 0 100000 11011 10011100 1000001 101100

Color Harmonies of #27BA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27BA7F

Black with #27BA7F

Text Example


Text Example

White with #27BA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,186,127); }

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

background-color css

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

 a { background-color: rgb(39,186,127); }

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

border-color css

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

 span { border-color: rgb(39,186,127); }

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