#35D998

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

Shades of Shamrock #35D998

Tints of Shamrock #35D998

Color information

#35D998 (or 0x35D998) is unknown color: approx Shamrock. HEX triplet: 35, D9 and 98. RGB value is (53,217,152). Sum of RGB (Red+Green+Blue) = 53+217+152=422 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.56% from 422); Green value is 217 (85.16% from 255 or 51.42% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 217 - color contains mainly: green. Hex color #35D998 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35D998 is #CA2667. Grayscale: #A0A0A0. Windows color (decimal): -13248104 or 10017077. OLE color: 10017077.

HSL color Cylindrical-coordinate representation of color #35D998: hue angle of 156.22º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35D998 is Cyan = 0.76, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB53217152-
CMYK0.7600.300.15
HSL156.22º68.33%52.94%-
HSV(B)156.22º75.58%85.1%-
XYZ31.9552.6538.18-
YUV160.55123.1751.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.56%
GREEN value IS 217 (85.16% from 255) = 51.42%
BLUE value IS 152 (59.77% from 255) = 36.02%
R=12.56%
G=51.42%
B=36.02%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal532171520.7600.300.15156.2268.3352.94
Hex35D9984C01EF9c4435
Octal653312301140361723410465
Binary110101110110011001100010011000111101111100111001000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35D998; }

 p { color: rgb(53,217,152); }

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

<style>
 a { background-color: #35D998; }

 a { background-color: rgb(53,217,152); }

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

<style>
 span { border-color: #35D998; }

 span { border-color: rgb(53,217,152); }

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