#35CD8F

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

Shades of Shamrock #35CD8F

Tints of Shamrock #35CD8F

Color information

#35CD8F (or 0x35CD8F) is unknown color: approx Shamrock. HEX triplet: 35, CD and 8F. RGB value is (53,205,143). Sum of RGB (Red+Green+Blue) = 53+205+143=401 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.22% from 401); Green value is 205 (80.47% from 255 or 51.12% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 205 - color contains mainly: green. Hex color #35CD8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35CD8F is #CA3270. Grayscale: #989898. Windows color (decimal): -13251185 or 9424181. OLE color: 9424181.

HSL color Cylindrical-coordinate representation of color #35CD8F: hue angle of 155.53º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CD8F is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB53205143-
CMYK0.7400.300.20
HSL155.53º60.32%50.59%-
HSV(B)155.53º74.15%80.39%-
XYZ28.2646.433.45-
YUV152.48122.6457.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.22%
GREEN value IS 205 (80.47% from 255) = 51.12%
BLUE value IS 143 (56.25% from 255) = 35.66%
R=13.22%
G=51.12%
B=35.66%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal532051430.7400.300.20155.5360.3250.59
Hex35CD8F4A01E149c3c33
Octal65315217112036242347463
Binary110101110011011000111110010100111101010010011100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,205,143); }

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

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

 a { background-color: rgb(53,205,143); }

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

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

 span { border-color: rgb(53,205,143); }

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