#35D695

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

Shades of Shamrock #35D695

Tints of Shamrock #35D695

Color information

#35D695 (or 0x35D695) is unknown color: approx Shamrock. HEX triplet: 35, D6 and 95. RGB value is (53,214,149). Sum of RGB (Red+Green+Blue) = 53+214+149=416 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.74% from 416); Green value is 214 (83.98% from 255 or 51.44% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 214 - color contains mainly: green. Hex color #35D695 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35D695 is #CA296A. Grayscale: #9E9E9E. Windows color (decimal): -13248875 or 9819701. OLE color: 9819701.

HSL color Cylindrical-coordinate representation of color #35D695: hue angle of 155.78º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D695 is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB53214149-
CMYK0.7500.300.16
HSL155.78º66.26%52.35%-
HSV(B)155.78º75.23%83.92%-
XYZ30.9451.0236.65-
YUV158.45122.6652.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.74%
GREEN value IS 214 (83.98% from 255) = 51.44%
BLUE value IS 149 (58.59% from 255) = 35.82%
R=12.74%
G=51.44%
B=35.82%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal532141490.7500.300.16155.7866.2652.35
Hex35D6954B01E109c4234
Octal653262251130362023410264
Binary1101011101011010010101100101101111010000100111001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,214,149); }

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

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

 a { background-color: rgb(53,214,149); }

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

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

 span { border-color: rgb(53,214,149); }

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