Html Css Color HEX #25B482 Mountain Meadow

📋 copy color: '#25B482'

red 37 ◦ green 180 ◦ blue 130

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

Shades of Mountain Meadow #25B482

Tints of Mountain Meadow #25B482

RGB

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

 GREEN value IS 180 (70.7% from 255) = 51.87%

 BLUE value IS 130 (51.17% from 255) = 37.46%

R = 10.66%
G = 51.87%
B = 37.46%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#25B482 (or 0x25B482) is known color: Mountain Meadow. HEX triplet: 25, B4 and 82. RGB value is (37,180,130). Sum of RGB (Red+Green+Blue) = 37+180+130=347 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.66% from 347); Green value is 180 (70.70% from 255 or 51.87% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 180 - color contains mainly: green. Hex color #25B482 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25B482 is #DA4B7D. Grayscale: #838383. Windows color (decimal): -14306174 or 8565797. OLE color: 8565797.

HSL color Cylindrical-coordinate representation of color #25B482: hue angle of 159.02º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25B482 is Cyan = 0.79, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB 37 180 130 -
CMYK 0.79 0 0.28 0.29
HSL 159.02º 0.66% 0.43% -
HSV(B) 159.02º 0.79% 0.71% -
XYZ 21.11 34.65 26.69 -
YUV 131.54 127.12 60.57 -
System Red Green Blue C M Y K H S L
Decimal 37 180 130 0.79 0 0.28 0.29 159.02 0.66 0.43
Hex 25 B4 82 4F 0 1C 1D 9F 42 2B
Octal 45 264 202 117 0 34 35 237 102 53
Binary 100101 10110100 10000010 1001111 0 11100 11101 10011111 1000010 101011

Color Harmonies of #25B482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25B482

Black with #25B482

Text Example


Text Example

White with #25B482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,180,130); }

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

background-color css

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

 a { background-color: rgb(37,180,130); }

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

border-color css

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

 span { border-color: rgb(37,180,130); }

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