#35B245

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

Shades of Fruit Salad #35B245

Tints of Fruit Salad #35B245

Color information

#35B245 (or 0x35B245) is unknown color: approx Fruit Salad. HEX triplet: 35, B2 and 45. RGB value is (53,178,69). Sum of RGB (Red+Green+Blue) = 53+178+69=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 178 (69.92% from 255 or 59.33% from 300); Blue value is 69 (27.34% from 255 or 23% from 300); Max value from RGB is 178 - color contains mainly: green. Hex color #35B245 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35B245 is #CA4DBA. Grayscale: #808080. Windows color (decimal): -13258171 or 4567605. OLE color: 4567605.

HSL color Cylindrical-coordinate representation of color #35B245: hue angle of 127.68º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35B245 is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB5317869-
CMYK0.7000.610.30
HSL127.68º54.11%45.29%-
HSV(B)127.68º70.22%69.8%-
XYZ18.4633.0311.03-
YUV128.294.5974.36-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.67%
GREEN value IS 178 (69.92% from 255) = 59.33%
BLUE value IS 69 (27.34% from 255) = 23%
R=17.67%
G=59.33%
B=23%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal53178690.7000.610.30127.6854.1145.29
Hex35B2454603D1E80362d
Octal65262105106075362006655
Binary110101101100101000101100011001111011111010000000110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,178,69); }

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

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

 a { background-color: rgb(53,178,69); }

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

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

 span { border-color: rgb(53,178,69); }

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