Html Css Color HEX #25C07F Mountain Meadow

📋 copy color: '#25C07F'

red 37 ◦ green 192 ◦ blue 127

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

Shades of Mountain Meadow #25C07F

Tints of Mountain Meadow #25C07F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.67%

R = 10.39%
G = 53.93%
B = 35.67%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#25C07F (or 0x25C07F) is known color: Mountain Meadow. HEX triplet: 25, C0 and 7F. RGB value is (37,192,127). Sum of RGB (Red+Green+Blue) = 37+192+127=356 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.39% from 356); Green value is 192 (75.39% from 255 or 53.93% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 192 - color contains mainly: green. Hex color #25C07F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #25C07F is #DA3F80. Grayscale: #8A8A8A. Windows color (decimal): -14303105 or 8372261. OLE color: 8372261.

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

Color convert

RGB 37 192 127 -
CMYK 0.81 0 0.34 0.25
HSL 154.84º 0.68% 0.45% -
HSV(B) 154.84º 0.81% 0.75% -
XYZ 23.44 39.62 26.49 -
YUV 138.25 121.65 55.79 -
System Red Green Blue C M Y K H S L
Decimal 37 192 127 0.81 0 0.34 0.25 154.84 0.68 0.45
Hex 25 C0 7F 51 0 22 19 9B 44 2D
Octal 45 300 177 121 0 42 31 233 104 55
Binary 100101 11000000 1111111 1010001 0 100010 11001 10011011 1000100 101101

Color Harmonies of #25C07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C07F

Black with #25C07F

Text Example


Text Example

White with #25C07F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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