#75B535

Color #75B535 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #75B535

Tints of Lima #75B535

Color information

#75B535 (or 0x75B535) is unknown color: approx Lima. HEX triplet: 75, B5 and 35. RGB value is (117,181,53). Sum of RGB (Red+Green+Blue) = 117+181+53=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 181 (71.09% from 255 or 51.57% from 351); Blue value is 53 (21.09% from 255 or 15.10% from 351); Max value from RGB is 181 - color contains mainly: green. Hex color #75B535 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75B535 is #8A4ACA. Grayscale: #939393. Windows color (decimal): -9063115 or 3519861. OLE color: 3519861.

HSL color Cylindrical-coordinate representation of color #75B535: hue angle of 90º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #75B535 is Cyan = 0.35, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB11718153-
CMYK0.3500.710.29
HSL90º54.7%45.88%-
HSV(B)90º70.72%70.98%-
XYZ24.537.099.24-
YUV147.2774.8106.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.33%
GREEN value IS 181 (71.09% from 255) = 51.57%
BLUE value IS 53 (21.09% from 255) = 15.10%
R=33.33%
G=51.57%
B=15.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal117181530.3500.710.299054.745.88
Hex75B535230471D5a372e
Octal16526565430107351326756
Binary11101011011010111010110001101000111111011011010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75B535; }

 p { color: rgb(117,181,53); }

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

<style>
 a { background-color: #75B535; }

 a { background-color: rgb(117,181,53); }

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

<style>
 span { border-color: #75B535; }

 span { border-color: rgb(117,181,53); }

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