#35AD43

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

Shades of Fruit Salad #35AD43

Tints of Fruit Salad #35AD43

Color information

#35AD43 (or 0x35AD43) is unknown color: approx Fruit Salad. HEX triplet: 35, AD and 43. RGB value is (53,173,67). Sum of RGB (Red+Green+Blue) = 53+173+67=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 173 (67.97% from 255 or 59.04% from 293); Blue value is 67 (26.56% from 255 or 22.87% from 293); Max value from RGB is 173 - color contains mainly: green. Hex color #35AD43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35AD43 is #CA52BC. Grayscale: #7D7D7D. Windows color (decimal): -13259453 or 4435253. OLE color: 4435253.

HSL color Cylindrical-coordinate representation of color #35AD43: hue angle of 127º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35AD43 is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB5317367-
CMYK0.6900.610.32
HSL127º53.1%44.31%-
HSV(B)127º69.36%67.84%-
XYZ17.4231.0510.38-
YUV125.0495.2476.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.09%
GREEN value IS 173 (67.97% from 255) = 59.04%
BLUE value IS 67 (26.56% from 255) = 22.87%
R=18.09%
G=59.04%
B=22.87%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal53173670.6900.610.3212753.144.31
Hex35AD434503D207f352c
Octal65255103105075401776554
Binary110101101011011000011100010101111011000001111111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AD43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,173,67); }

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

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

 a { background-color: rgb(53,173,67); }

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

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

 span { border-color: rgb(53,173,67); }

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