Html Css Color HEX #25BC92 Mountain Meadow

📋 copy color: '#25BC92'

red 37 ◦ green 188 ◦ blue 146

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

Shades of Mountain Meadow #25BC92

Tints of Mountain Meadow #25BC92

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50.67%

 BLUE value IS 146 (57.42% from 255) = 39.35%

R = 9.97%
G = 50.67%
B = 39.35%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#25BC92 (or 0x25BC92) is known color: Mountain Meadow. HEX triplet: 25, BC and 92. RGB value is (37,188,146). Sum of RGB (Red+Green+Blue) = 37+188+146=371 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.97% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #25BC92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25BC92 is #DA436D. Grayscale: #8A8A8A. Windows color (decimal): -14304110 or 9616421. OLE color: 9616421.

HSL color Cylindrical-coordinate representation of color #25BC92: hue angle of 163.31º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25BC92 is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB 37 188 146 -
CMYK 0.80 0 0.22 0.26
HSL 163.31º 0.67% 0.44% -
HSV(B) 163.31º 0.8% 0.74% -
XYZ 23.93 38.44 33.35 -
YUV 138.06 132.47 55.92 -
System Red Green Blue C M Y K H S L
Decimal 37 188 146 0.80 0 0.22 0.26 163.31 0.67 0.44
Hex 25 BC 92 50 0 16 1A A3 43 2C
Octal 45 274 222 120 0 26 32 243 103 54
Binary 100101 10111100 10010010 1010000 0 10110 11010 10100011 1000011 101100

Color Harmonies of #25BC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BC92

Black with #25BC92

Text Example


Text Example

White with #25BC92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,188,146); }

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

background-color css

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

 a { background-color: rgb(37,188,146); }

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

border-color css

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

 span { border-color: rgb(37,188,146); }

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