#1BBF7F

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

Shades of Mountain Meadow #1BBF7F

Tints of Mountain Meadow #1BBF7F

Color information

#1BBF7F (or 0x1BBF7F) is unknown color: approx Mountain Meadow. HEX triplet: 1B, BF and 7F. RGB value is (27,191,127). Sum of RGB (Red+Green+Blue) = 27+191+127=345 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.83% from 345); Green value is 191 (75% from 255 or 55.36% from 345); Blue value is 127 (50% from 255 or 36.81% from 345); Max value from RGB is 191 - color contains mainly: green. Hex color #1BBF7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BBF7F is #E44080. Grayscale: #868686. Windows color (decimal): -14958721 or 8371995. OLE color: 8371995.

HSL color Cylindrical-coordinate representation of color #1BBF7F: hue angle of 156.59º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BBF7F is Cyan = 0.86, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB27191127-
CMYK0.8600.340.25
HSL156.59º75.23%42.75%-
HSV(B)156.59º85.86%74.9%-
XYZ22.9139.0326.4-
YUV134.67123.6751.2-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.83%
GREEN value IS 191 (75% from 255) = 55.36%
BLUE value IS 127 (50% from 255) = 36.81%
R=7.83%
G=55.36%
B=36.81%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal271911270.8600.340.25156.5975.2342.75
Hex1BBF7F56022199d4b2b
Octal332771771260423123511353
Binary110111011111111111111010110010001011001100111011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BBF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1BBF7F; }

 p { color: rgb(27,191,127); }

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

<style>
 a { background-color: #1BBF7F; }

 a { background-color: rgb(27,191,127); }

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

<style>
 span { border-color: #1BBF7F; }

 span { border-color: rgb(27,191,127); }

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