#25DC92

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

Shades of Shamrock #25DC92

Tints of Shamrock #25DC92

Color information

#25DC92 (or 0x25DC92) is unknown color: approx Shamrock. HEX triplet: 25, DC and 92. RGB value is (37,220,146). Sum of RGB (Red+Green+Blue) = 37+220+146=403 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.18% from 403); Green value is 220 (86.33% from 255 or 54.59% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 220 - color contains mainly: green. Hex color #25DC92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25DC92 is #DA236D. Grayscale: #9C9C9C. Windows color (decimal): -14295918 or 9624613. OLE color: 9624613.

HSL color Cylindrical-coordinate representation of color #25DC92: hue angle of 155.74º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25DC92 is Cyan = 0.83, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB37220146-
CMYK0.8300.340.14
HSL155.74º72.33%50.39%-
HSV(B)155.74º83.18%86.27%-
XYZ31.5453.6635.89-
YUV156.85121.8742.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.18%
GREEN value IS 220 (86.33% from 255) = 54.59%
BLUE value IS 146 (57.42% from 255) = 36.23%
R=9.18%
G=54.59%
B=36.23%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal372201460.8300.340.14155.7472.3350.39
Hex25DC9253022E9c4832
Octal453342221230421623411062
Binary1001011101110010010010101001101000101110100111001001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25DC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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