#35F698

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

Shades of Shamrock #35F698

Tints of Shamrock #35F698

Color information

#35F698 (or 0x35F698) is unknown color: approx Shamrock. HEX triplet: 35, F6 and 98. RGB value is (53,246,152). Sum of RGB (Red+Green+Blue) = 53+246+152=451 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.75% from 451); Green value is 246 (96.48% from 255 or 54.55% from 451); Blue value is 152 (59.77% from 255 or 33.70% from 451); Max value from RGB is 246 - color contains mainly: green. Hex color #35F698 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35F698 is #CA0967. Grayscale: #B1B1B1. Windows color (decimal): -13240680 or 10024501. OLE color: 10024501.

HSL color Cylindrical-coordinate representation of color #35F698: hue angle of 150.78º 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 #35F698 is Cyan = 0.78, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB53246152-
CMYK0.7800.380.04
HSL150.78º91.47%58.63%-
HSV(B)150.78º78.46%96.47%-
XYZ40.0968.9440.9-
YUV177.58113.5639.14-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.75%
GREEN value IS 246 (96.48% from 255) = 54.55%
BLUE value IS 152 (59.77% from 255) = 33.70%
R=11.75%
G=54.55%
B=33.70%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal532461520.7800.380.04150.7891.4758.63
Hex35F6984E0264975b3b
Octal65366230116046422713373
Binary110101111101101001100010011100100110100100101111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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