#35F696

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

Shades of Shamrock #35F696

Tints of Shamrock #35F696

Color information

#35F696 (or 0x35F696) is unknown color: approx Shamrock. HEX triplet: 35, F6 and 96. RGB value is (53,246,150). Sum of RGB (Red+Green+Blue) = 53+246+150=449 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.80% from 449); Green value is 246 (96.48% from 255 or 54.79% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 246 - color contains mainly: green. Hex color #35F696 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35F696 is #CA0969. Grayscale: #B1B1B1. Windows color (decimal): -13240682 or 9893429. OLE color: 9893429.

HSL color Cylindrical-coordinate representation of color #35F696: hue angle of 150.16º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35F696 is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB53246150-
CMYK0.7800.390.04
HSL150.16º91.47%58.63%-
HSV(B)150.16º78.46%96.47%-
XYZ39.9368.8740.04-
YUV177.35112.5639.31-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.80%
GREEN value IS 246 (96.48% from 255) = 54.79%
BLUE value IS 150 (58.98% from 255) = 33.41%
R=11.80%
G=54.79%
B=33.41%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal532461500.7800.390.04150.1691.4758.63
Hex35F6964E0274965b3b
Octal65366226116047422613373
Binary110101111101101001011010011100100111100100101101011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,246,150); }

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

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

 a { background-color: rgb(53,246,150); }

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

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

 span { border-color: rgb(53,246,150); }

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