#27BE85

Color #27BE85 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #27BE85

Tints of Mountain Meadow #27BE85

Color information

#27BE85 (or 0x27BE85) is unknown color: approx Mountain Meadow. HEX triplet: 27, BE and 85. RGB value is (39,190,133). Sum of RGB (Red+Green+Blue) = 39+190+133=362 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.77% from 362); Green value is 190 (74.61% from 255 or 52.49% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 190 - color contains mainly: green. Hex color #27BE85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27BE85 is #D8417A. Grayscale: #8A8A8A. Windows color (decimal): -14172539 or 8764967. OLE color: 8764967.

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

Color convert

RGB39190133-
CMYK0.7900.30.25
HSL157.35º65.94%44.9%-
HSV(B)157.35º79.47%74.51%-
XYZ23.4838.9528.47-
YUV138.35124.9757.13-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.77%
GREEN value IS 190 (74.61% from 255) = 52.49%
BLUE value IS 133 (52.34% from 255) = 36.74%
R=10.77%
G=52.49%
B=36.74%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal391901330.7900.30.25157.3565.9444.9
Hex27BE854F01E199d422d
Octal472762051170363123510255
Binary1001111011111010000101100111101111011001100111011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27BE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,190,133); }

 H1.HeaderClassName
 {
   color: #27BE85;
 }
 .AnyTagClassName
 {
   color: #27BE85;
 }
</style>
background-color css

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

 a { background-color: rgb(39,190,133); }

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

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

 span { border-color: rgb(39,190,133); }

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