Html Css Color HEX #25C080 Mountain Meadow

📋 copy color: '#25C080'

red 37 ◦ green 192 ◦ blue 128

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

Shades of Mountain Meadow #25C080

Tints of Mountain Meadow #25C080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 35.85%

R = 10.36%
G = 53.78%
B = 35.85%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#25C080 (or 0x25C080) is known color: Mountain Meadow. HEX triplet: 25, C0 and 80. RGB value is (37,192,128). Sum of RGB (Red+Green+Blue) = 37+192+128=357 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.36% from 357); Green value is 192 (75.39% from 255 or 53.78% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 192 - color contains mainly: green. Hex color #25C080 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25C080 is #DA3F7F. Grayscale: #8A8A8A. Windows color (decimal): -14303104 or 8437797. OLE color: 8437797.

HSL color Cylindrical-coordinate representation of color #25C080: hue angle of 155.23º 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 #25C080 is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 192 128 -
CMYK 0.81 0 0.33 0.25
HSL 155.23º 0.68% 0.45% -
HSV(B) 155.23º 0.81% 0.75% -
XYZ 23.51 39.65 26.84 -
YUV 138.36 122.15 55.7 -
System Red Green Blue C M Y K H S L
Decimal 37 192 128 0.81 0 0.33 0.25 155.23 0.68 0.45
Hex 25 C0 80 51 0 21 19 9B 44 2D
Octal 45 300 200 121 0 41 31 233 104 55
Binary 100101 11000000 10000000 1010001 0 100001 11001 10011011 1000100 101101

Color Harmonies of #25C080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C080

Black with #25C080

Text Example


Text Example

White with #25C080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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