#25BA76

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

Shades of Mountain Meadow #25BA76

Tints of Mountain Meadow #25BA76

Color information

#25BA76 (or 0x25BA76) is unknown color: approx Mountain Meadow. HEX triplet: 25, BA and 76. RGB value is (37,186,118). Sum of RGB (Red+Green+Blue) = 37+186+118=341 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.85% from 341); Green value is 186 (73.05% from 255 or 54.55% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 186 - color contains mainly: green. Hex color #25BA76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #25BA76 is #DA4589. Grayscale: #858585. Windows color (decimal): -14304650 or 7780901. OLE color: 7780901.

HSL color Cylindrical-coordinate representation of color #25BA76: hue angle of 152.62º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25BA76 is Cyan = 0.80, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB37186118-
CMYK0.8000.370.27
HSL152.62º66.82%43.73%-
HSV(B)152.62º80.11%72.94%-
XYZ21.5936.8223.11-
YUV133.7119.1459.03-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.85%
GREEN value IS 186 (73.05% from 255) = 54.55%
BLUE value IS 118 (46.48% from 255) = 34.60%
R=10.85%
G=54.55%
B=34.60%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal371861180.8000.370.27152.6266.8243.73
Hex25BA76500251B99432c
Octal452721661200453323110354
Binary1001011011101011101101010000010010111011100110011000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25BA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25BA76; }

 p { color: rgb(37,186,118); }

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

<style>
 a { background-color: #25BA76; }

 a { background-color: rgb(37,186,118); }

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

<style>
 span { border-color: #25BA76; }

 span { border-color: rgb(37,186,118); }

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