#35DF93

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

Shades of Shamrock #35DF93

Tints of Shamrock #35DF93

Color information

#35DF93 (or 0x35DF93) is unknown color: approx Shamrock. HEX triplet: 35, DF and 93. RGB value is (53,223,147). Sum of RGB (Red+Green+Blue) = 53+223+147=423 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.53% from 423); Green value is 223 (87.5% from 255 or 52.72% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 223 - color contains mainly: green. Hex color #35DF93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35DF93 is #CA206C. Grayscale: #A3A3A3. Windows color (decimal): -13246573 or 9690933. OLE color: 9690933.

HSL color Cylindrical-coordinate representation of color #35DF93: hue angle of 153.18º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DF93 is Cyan = 0.76, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB53223147-
CMYK0.7600.340.13
HSL153.18º72.65%54.12%-
HSV(B)153.18º76.23%87.45%-
XYZ33.1255.6436.6-
YUV163.51118.6849.18-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.53%
GREEN value IS 223 (87.5% from 255) = 52.72%
BLUE value IS 147 (57.81% from 255) = 34.75%
R=12.53%
G=52.72%
B=34.75%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal532231470.7600.340.13153.1872.6554.12
Hex35DF934C022D994936
Octal653372231140421523111166
Binary1101011101111110010011100110001000101101100110011001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35DF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,223,147); }

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

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

 a { background-color: rgb(53,223,147); }

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

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

 span { border-color: rgb(53,223,147); }

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