Html Css Color HEX #25C28B Mountain Meadow

📋 copy color: '#25C28B'

red 37 ◦ green 194 ◦ blue 139

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

Shades of Mountain Meadow #25C28B

Tints of Mountain Meadow #25C28B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 52.43%

 BLUE value IS 139 (54.69% from 255) = 37.57%

R = 10%
G = 52.43%
B = 37.57%

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

#25C28B (or 0x25C28B) is known color: Mountain Meadow. HEX triplet: 25, C2 and 8B. RGB value is (37,194,139). Sum of RGB (Red+Green+Blue) = 37+194+139=370 (49% of max value = 765). Red value is 37 (14.84% from 255 or 10% from 370); Green value is 194 (76.17% from 255 or 52.43% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 194 - color contains mainly: green. Hex color #25C28B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25C28B is #DA3D74. Grayscale: #8C8C8C. Windows color (decimal): -14302581 or 9159205. OLE color: 9159205.

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

Color convert

RGB 37 194 139 -
CMYK 0.81 0 0.28 0.24
HSL 158.98º 0.68% 0.45% -
HSV(B) 158.98º 0.81% 0.76% -
XYZ 24.71 40.84 31.01 -
YUV 140.79 126.99 53.97 -
System Red Green Blue C M Y K H S L
Decimal 37 194 139 0.81 0 0.28 0.24 158.98 0.68 0.45
Hex 25 C2 8B 51 0 1C 18 9F 44 2D
Octal 45 302 213 121 0 34 30 237 104 55
Binary 100101 11000010 10001011 1010001 0 11100 11000 10011111 1000100 101101

Color Harmonies of #25C28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C28B

Black with #25C28B

Text Example


Text Example

White with #25C28B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,194,139); }

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

background-color css

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

 a { background-color: rgb(37,194,139); }

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

border-color css

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

 span { border-color: rgb(37,194,139); }

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