#25C685

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

Shades of Mountain Meadow #25C685

Tints of Mountain Meadow #25C685

Color information

#25C685 (or 0x25C685) is unknown color: approx Mountain Meadow. HEX triplet: 25, C6 and 85. RGB value is (37,198,133). Sum of RGB (Red+Green+Blue) = 37+198+133=368 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.05% from 368); Green value is 198 (77.73% from 255 or 53.80% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 198 - color contains mainly: green. Hex color #25C685 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25C685 is #DA397A. Grayscale: #8E8E8E. Windows color (decimal): -14301563 or 8767013. OLE color: 8767013.

HSL color Cylindrical-coordinate representation of color #25C685: hue angle of 155.78º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25C685 is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB37198133-
CMYK0.8100.330.22
HSL155.78º68.51%46.08%-
HSV(B)155.78º81.31%77.65%-
XYZ25.1942.4729.06-
YUV142.45122.6652.79-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.05%
GREEN value IS 198 (77.73% from 255) = 53.80%
BLUE value IS 133 (52.34% from 255) = 36.14%
R=10.05%
G=53.80%
B=36.14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal371981330.8100.330.22155.7868.5146.08
Hex25C68551021169c452e
Octal453062051210412623410556
Binary10010111000110100001011010001010000110110100111001000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25C685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,198,133); }

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

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

 a { background-color: rgb(37,198,133); }

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

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

 span { border-color: rgb(37,198,133); }

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