Html Css Color HEX #25C085 Mountain Meadow

📋 copy color: '#25C085'

red 37 ◦ green 192 ◦ blue 133

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

Shades of Mountain Meadow #25C085

Tints of Mountain Meadow #25C085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.74%

R = 10.22%
G = 53.04%
B = 36.74%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#25C085 (or 0x25C085) is known color: Mountain Meadow. HEX triplet: 25, C0 and 85. RGB value is (37,192,133). Sum of RGB (Red+Green+Blue) = 37+192+133=362 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.22% from 362); Green value is 192 (75.39% from 255 or 53.04% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 192 - color contains mainly: green. Hex color #25C085 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25C085 is #DA3F7A. Grayscale: #8B8B8B. Windows color (decimal): -14303099 or 8765477. OLE color: 8765477.

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

Color convert

RGB 37 192 133 -
CMYK 0.81 0 0.31 0.25
HSL 157.16º 0.68% 0.45% -
HSV(B) 157.16º 0.81% 0.75% -
XYZ 23.85 39.79 28.61 -
YUV 138.93 124.65 55.3 -
System Red Green Blue C M Y K H S L
Decimal 37 192 133 0.81 0 0.31 0.25 157.16 0.68 0.45
Hex 25 C0 85 51 0 1F 19 9D 44 2D
Octal 45 300 205 121 0 37 31 235 104 55
Binary 100101 11000000 10000101 1010001 0 11111 11001 10011101 1000100 101101

Color Harmonies of #25C085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C085

Black with #25C085

Text Example


Text Example

White with #25C085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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