#25CD7A

Color #25CD7A Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #25CD7A

Tints of Mountain Meadow #25CD7A

Color information

#25CD7A (or 0x25CD7A) is unknown color: approx Mountain Meadow. HEX triplet: 25, CD and 7A. RGB value is (37,205,122). Sum of RGB (Red+Green+Blue) = 37+205+122=364 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.16% from 364); Green value is 205 (80.47% from 255 or 56.32% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 205 - color contains mainly: green. Hex color #25CD7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #25CD7A is #DA3285. Grayscale: #919191. Windows color (decimal): -14299782 or 8047909. OLE color: 8047909.

HSL color Cylindrical-coordinate representation of color #25CD7A: hue angle of 150.36º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CD7A is Cyan = 0.82, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB37205122-
CMYK0.8200.400.20
HSL150.36º69.42%47.45%-
HSV(B)150.36º81.95%80.39%-
XYZ26.1145.4625.81-
YUV145.31114.8450.75-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.16%
GREEN value IS 205 (80.47% from 255) = 56.32%
BLUE value IS 122 (48.05% from 255) = 33.52%
R=10.16%
G=56.32%
B=33.52%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal372051220.8200.400.20150.3669.4247.45
Hex25CD7A520281496452f
Octal453151721220502422610557
Binary1001011100110111110101010010010100010100100101101000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25CD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,205,122); }

 H1.HeaderClassName
 {
   color: #25CD7A;
 }
 .AnyTagClassName
 {
   color: #25CD7A;
 }
</style>
background-color css

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

 a { background-color: rgb(37,205,122); }

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

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

 span { border-color: rgb(37,205,122); }

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