#35AB40

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

Shades of Fruit Salad #35AB40

Tints of Fruit Salad #35AB40

Color information

#35AB40 (or 0x35AB40) is unknown color: approx Fruit Salad. HEX triplet: 35, AB and 40. RGB value is (53,171,64). Sum of RGB (Red+Green+Blue) = 53+171+64=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 171 (67.19% from 255 or 59.38% from 288); Blue value is 64 (25.39% from 255 or 22.22% from 288); Max value from RGB is 171 - color contains mainly: green. Hex color #35AB40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35AB40 is #CA54BF. Grayscale: #7B7B7B. Windows color (decimal): -13259968 or 4238133. OLE color: 4238133.

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

Color convert

RGB5317164-
CMYK0.6900.630.33
HSL125.59º52.68%43.92%-
HSV(B)125.59º69.01%67.06%-
XYZ16.9630.259.8-
YUV123.5294.4177.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.40%
GREEN value IS 171 (67.19% from 255) = 59.38%
BLUE value IS 64 (25.39% from 255) = 22.22%
R=18.40%
G=59.38%
B=22.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal53171640.6900.630.33125.5952.6843.92
Hex35AB404503F217e352c
Octal65253100105077411766554
Binary110101101010111000000100010101111111000011111110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,171,64); }

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

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

 a { background-color: rgb(53,171,64); }

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

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

 span { border-color: rgb(53,171,64); }

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