#25C280

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

Shades of Mountain Meadow #25C280

Tints of Mountain Meadow #25C280

Color information

#25C280 (or 0x25C280) is unknown color: approx Mountain Meadow. HEX triplet: 25, C2 and 80. RGB value is (37,194,128). Sum of RGB (Red+Green+Blue) = 37+194+128=359 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.31% from 359); Green value is 194 (76.17% from 255 or 54.04% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 194 - color contains mainly: green. Hex color #25C280 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25C280 is #DA3D7F. Grayscale: #8B8B8B. Windows color (decimal): -14302592 or 8438309. OLE color: 8438309.

HSL color Cylindrical-coordinate representation of color #25C280: hue angle of 154.78º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25C280 is Cyan = 0.81, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB37194128-
CMYK0.8100.340.24
HSL154.78º67.97%45.29%-
HSV(B)154.78º80.93%76.08%-
XYZ23.9540.5426.98-
YUV139.53121.4954.87-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.31%
GREEN value IS 194 (76.17% from 255) = 54.04%
BLUE value IS 128 (50.39% from 255) = 35.65%
R=10.31%
G=54.04%
B=35.65%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal371941280.8100.340.24154.7867.9745.29
Hex25C28051022189b442d
Octal453022001210423023310455
Binary10010111000010100000001010001010001011000100110111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25C280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,194,128); }

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

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

 a { background-color: rgb(37,194,128); }

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

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

 span { border-color: rgb(37,194,128); }

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