Html Css Color HEX #25C38C Mountain Meadow

📋 copy color: '#25C38C'

red 37 ◦ green 195 ◦ blue 140

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

Shades of Mountain Meadow #25C38C

Tints of Mountain Meadow #25C38C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 52.42%

 BLUE value IS 140 (55.08% from 255) = 37.63%

R = 9.95%
G = 52.42%
B = 37.63%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#25C38C (or 0x25C38C) is known color: Mountain Meadow. HEX triplet: 25, C3 and 8C. RGB value is (37,195,140). Sum of RGB (Red+Green+Blue) = 37+195+140=372 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.95% from 372); Green value is 195 (76.56% from 255 or 52.42% from 372); Blue value is 140 (55.08% from 255 or 37.63% from 372); Max value from RGB is 195 - color contains mainly: green. Hex color #25C38C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25C38C is #DA3C73. Grayscale: #8D8D8D. Windows color (decimal): -14302324 or 9224997. OLE color: 9224997.

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

Color convert

RGB 37 195 140 -
CMYK 0.81 0 0.28 0.24
HSL 159.11º 0.68% 0.45% -
HSV(B) 159.11º 0.81% 0.76% -
XYZ 25.01 41.32 31.47 -
YUV 141.49 127.15 53.47 -
System Red Green Blue C M Y K H S L
Decimal 37 195 140 0.81 0 0.28 0.24 159.11 0.68 0.45
Hex 25 C3 8C 51 0 1C 18 9F 44 2D
Octal 45 303 214 121 0 34 30 237 104 55
Binary 100101 11000011 10001100 1010001 0 11100 11000 10011111 1000100 101101

Color Harmonies of #25C38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C38C

Black with #25C38C

Text Example


Text Example

White with #25C38C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,195,140); }

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

background-color css

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

 a { background-color: rgb(37,195,140); }

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

border-color css

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

 span { border-color: rgb(37,195,140); }

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