#35DB80

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

Shades of Shamrock #35DB80

Tints of Shamrock #35DB80

Color information

#35DB80 (or 0x35DB80) is unknown color: approx Shamrock. HEX triplet: 35, DB and 80. RGB value is (53,219,128). Sum of RGB (Red+Green+Blue) = 53+219+128=400 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.25% from 400); Green value is 219 (85.94% from 255 or 54.75% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 219 - color contains mainly: green. Hex color #35DB80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35DB80 is #CA247F. Grayscale: #9F9F9F. Windows color (decimal): -13247616 or 8444725. OLE color: 8444725.

HSL color Cylindrical-coordinate representation of color #35DB80: hue angle of 147.11º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DB80 is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB53219128-
CMYK0.7600.420.14
HSL147.11º69.75%53.33%-
HSV(B)147.11º75.8%85.88%-
XYZ30.752.9829.03-
YUV158.99110.552.4-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.25%
GREEN value IS 219 (85.94% from 255) = 54.75%
BLUE value IS 128 (50.39% from 255) = 32%
R=13.25%
G=54.75%
B=32%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal532191280.7600.420.14147.1169.7553.33
Hex35DB804C02AE934635
Octal653332001140521622310665
Binary1101011101101110000000100110001010101110100100111000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35DB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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