#35D680

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

Shades of Shamrock #35D680

Tints of Shamrock #35D680

Color information

#35D680 (or 0x35D680) is unknown color: approx Shamrock. HEX triplet: 35, D6 and 80. RGB value is (53,214,128). Sum of RGB (Red+Green+Blue) = 53+214+128=395 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.42% from 395); Green value is 214 (83.98% from 255 or 54.18% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 214 - color contains mainly: green. Hex color #35D680 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35D680 is #CA297F. Grayscale: #9C9C9C. Windows color (decimal): -13248896 or 8443445. OLE color: 8443445.

HSL color Cylindrical-coordinate representation of color #35D680: hue angle of 147.95º 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 #35D680 is Cyan = 0.75, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB53214128-
CMYK0.7500.400.16
HSL147.95º66.26%52.35%-
HSV(B)147.95º75.23%83.92%-
XYZ29.4150.4128.6-
YUV156.06112.1654.49-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.42%
GREEN value IS 214 (83.98% from 255) = 54.18%
BLUE value IS 128 (50.39% from 255) = 32.41%
R=13.42%
G=54.18%
B=32.41%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal532141280.7500.400.16147.9566.2652.35
Hex35D6804B02810944234
Octal653262001130502022410264
Binary11010111010110100000001001011010100010000100101001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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