#35DE98

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

Shades of Shamrock #35DE98

Tints of Shamrock #35DE98

Color information

#35DE98 (or 0x35DE98) is unknown color: approx Shamrock. HEX triplet: 35, DE and 98. RGB value is (53,222,152). Sum of RGB (Red+Green+Blue) = 53+222+152=427 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.41% from 427); Green value is 222 (87.11% from 255 or 51.99% from 427); Blue value is 152 (59.77% from 255 or 35.60% from 427); Max value from RGB is 222 - color contains mainly: green. Hex color #35DE98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35DE98 is #CA2167. Grayscale: #A3A3A3. Windows color (decimal): -13246824 or 10018357. OLE color: 10018357.

HSL color Cylindrical-coordinate representation of color #35DE98: hue angle of 155.15º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DE98 is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB53222152-
CMYK0.7600.320.13
HSL155.15º71.91%53.92%-
HSV(B)155.15º76.13%87.06%-
XYZ33.2655.2738.62-
YUV163.49121.5149.19-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.41%
GREEN value IS 222 (87.11% from 255) = 51.99%
BLUE value IS 152 (59.77% from 255) = 35.60%
R=12.41%
G=51.99%
B=35.60%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal532221520.7600.320.13155.1571.9153.92
Hex35DE984C020D9b4836
Octal653362301140401523311066
Binary1101011101111010011000100110001000001101100110111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35DE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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