#25BA75

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

Shades of Mountain Meadow #25BA75

Tints of Mountain Meadow #25BA75

Color information

#25BA75 (or 0x25BA75) is unknown color: approx Mountain Meadow. HEX triplet: 25, BA and 75. RGB value is (37,186,117). Sum of RGB (Red+Green+Blue) = 37+186+117=340 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.88% from 340); Green value is 186 (73.05% from 255 or 54.71% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 186 - color contains mainly: green. Hex color #25BA75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #25BA75 is #DA458A. Grayscale: #858585. Windows color (decimal): -14304651 or 7715365. OLE color: 7715365.

HSL color Cylindrical-coordinate representation of color #25BA75: hue angle of 152.21º 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 #25BA75 is Cyan = 0.80, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB37186117-
CMYK0.8000.370.27
HSL152.21º66.82%43.73%-
HSV(B)152.21º80.11%72.94%-
XYZ21.5336.822.8-
YUV133.58118.6459.11-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.88%
GREEN value IS 186 (73.05% from 255) = 54.71%
BLUE value IS 117 (46.09% from 255) = 34.41%
R=10.88%
G=54.71%
B=34.41%

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
Decimal371861170.8000.370.27152.2166.8243.73
Hex25BA75500251B98432c
Octal452721651200453323010354
Binary1001011011101011101011010000010010111011100110001000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25BA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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