#35FF9C

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

Shades of Shamrock #35FF9C

Tints of Shamrock #35FF9C

Color information

#35FF9C (or 0x35FF9C) is unknown color: approx Shamrock. HEX triplet: 35, FF and 9C. RGB value is (53,255,156). Sum of RGB (Red+Green+Blue) = 53+255+156=464 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.42% from 464); Green value is 255 (100% from 255 or 54.96% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 255 - color contains mainly: green. Hex color #35FF9C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35FF9C is #CA0063. Grayscale: #B7B7B7. Windows color (decimal): -13238372 or 10288949. OLE color: 10288949.

HSL color Cylindrical-coordinate representation of color #35FF9C: hue angle of 150.59º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35FF9C is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.

Color convert

RGB53255156-
CMYK0.7900.390
HSL150.59º100%60.39%-
HSV(B)150.59º79.22%100%-
XYZ43.2374.6843.59-
YUV183.32112.5835.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.42%
GREEN value IS 255 (100% from 255) = 54.96%
BLUE value IS 156 (61.33% from 255) = 33.62%
R=11.42%
G=54.96%
B=33.62%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal532551560.7900.390150.5910060.39
Hex35FF9C4F027097643c
Octal65377234117047022714474
Binary1101011111111110011100100111101001110100101111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35FF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,255,156); }

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

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

 a { background-color: rgb(53,255,156); }

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

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

 span { border-color: rgb(53,255,156); }

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