Html Css Color HEX #25C995 Shamrock

📋 copy color: '#25C995'

red 37 ◦ green 201 ◦ blue 149

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

Shades of Shamrock #25C995

Tints of Shamrock #25C995

RGB

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

 GREEN value IS 201 (78.91% from 255) = 51.94%

 BLUE value IS 149 (58.59% from 255) = 38.5%

R = 9.56%
G = 51.94%
B = 38.5%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#25C995 (or 0x25C995) is known color: Shamrock. HEX triplet: 25, C9 and 95. RGB value is (37,201,149). Sum of RGB (Red+Green+Blue) = 37+201+149=387 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.56% from 387); Green value is 201 (78.91% from 255 or 51.94% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 201 - color contains mainly: green. Hex color #25C995 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25C995 is #DA366A. Grayscale: #929292. Windows color (decimal): -14300779 or 9816357. OLE color: 9816357.

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

Color convert

RGB 37 201 149 -
CMYK 0.82 0 0.26 0.21
HSL 160.98º 0.69% 0.47% -
HSV(B) 160.98º 0.82% 0.79% -
XYZ 27.07 44.34 35.56 -
YUV 146.04 129.67 50.23 -
System Red Green Blue C M Y K H S L
Decimal 37 201 149 0.82 0 0.26 0.21 160.98 0.69 0.47
Hex 25 C9 95 52 0 1A 15 A1 45 2F
Octal 45 311 225 122 0 32 25 241 105 57
Binary 100101 11001001 10010101 1010010 0 11010 10101 10100001 1000101 101111

Color Harmonies of #25C995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C995

Black with #25C995

Text Example


Text Example

White with #25C995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,201,149); }

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

background-color css

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

 a { background-color: rgb(37,201,149); }

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

border-color css

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

 span { border-color: rgb(37,201,149); }

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