#35D299

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

Shades of Shamrock #35D299

Tints of Shamrock #35D299

Color information

#35D299 (or 0x35D299) is unknown color: approx Shamrock. HEX triplet: 35, D2 and 99. RGB value is (53,210,153). Sum of RGB (Red+Green+Blue) = 53+210+153=416 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.74% from 416); Green value is 210 (82.42% from 255 or 50.48% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 210 - color contains mainly: green. Hex color #35D299 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35D299 is #CA2D66. Grayscale: #9C9C9C. Windows color (decimal): -13249895 or 10080821. OLE color: 10080821.

HSL color Cylindrical-coordinate representation of color #35D299: hue angle of 158.22º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D299 is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB53210153-
CMYK0.7500.270.18
HSL158.22º63.56%51.57%-
HSV(B)158.22º74.76%82.35%-
XYZ30.2649.1538.03-
YUV156.56125.9954.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.74%
GREEN value IS 210 (82.42% from 255) = 50.48%
BLUE value IS 153 (60.16% from 255) = 36.78%
R=12.74%
G=50.48%
B=36.78%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal532101530.7500.270.18158.2263.5651.57
Hex35D2994B01B129e4034
Octal653222311130332223610064
Binary1101011101001010011001100101101101110010100111101000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,210,153); }

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

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

 a { background-color: rgb(53,210,153); }

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

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

 span { border-color: rgb(53,210,153); }

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