Html Css Color HEX #25C086 Mountain Meadow

📋 copy color: '#25C086'

red 37 ◦ green 192 ◦ blue 134

#25C086
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #25C086

Tints of Mountain Meadow #25C086

RGB

 RED value IS 37 (14.84% from 255) = 10.19%

 GREEN value IS 192 (75.39% from 255) = 52.89%

 BLUE value IS 134 (52.73% from 255) = 36.91%

R = 10.19%
G = 52.89%
B = 36.91%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#25C086 (or 0x25C086) is known color: Mountain Meadow. HEX triplet: 25, C0 and 86. RGB value is (37,192,134). Sum of RGB (Red+Green+Blue) = 37+192+134=363 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.19% from 363); Green value is 192 (75.39% from 255 or 52.89% from 363); Blue value is 134 (52.73% from 255 or 36.91% from 363); Max value from RGB is 192 - color contains mainly: green. Hex color #25C086 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25C086 is #DA3F79. Grayscale: #8B8B8B. Windows color (decimal): -14303098 or 8831013. OLE color: 8831013.

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

Color convert

RGB 37 192 134 -
CMYK 0.81 0 0.30 0.25
HSL 157.55º 0.68% 0.45% -
HSV(B) 157.55º 0.81% 0.75% -
XYZ 23.92 39.81 28.98 -
YUV 139.04 125.15 55.22 -
System Red Green Blue C M Y K H S L
Decimal 37 192 134 0.81 0 0.30 0.25 157.55 0.68 0.45
Hex 25 C0 86 51 0 1E 19 9E 44 2D
Octal 45 300 206 121 0 36 31 236 104 55
Binary 100101 11000000 10000110 1010001 0 11110 11001 10011110 1000100 101101

Color Harmonies of #25C086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C086

Black with #25C086

Text Example


Text Example

White with #25C086

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,192,134); }

 H1.HeaderClassName
 {
   color: #25C086;
 }
 .AnyTagClassName
 {
   color: #25C086;
 }
</style>

background-color css

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

 a { background-color: rgb(37,192,134); }

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

border-color css

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

 span { border-color: rgb(37,192,134); }

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