#75BD35

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

Shades of Lima #75BD35

Tints of Lima #75BD35

Color information

#75BD35 (or 0x75BD35) is unknown color: approx Lima. HEX triplet: 75, BD and 35. RGB value is (117,189,53). Sum of RGB (Red+Green+Blue) = 117+189+53=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 189 (74.22% from 255 or 52.65% from 359); Blue value is 53 (21.09% from 255 or 14.76% from 359); Max value from RGB is 189 - color contains mainly: green. Hex color #75BD35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BD35 is #8A42CA. Grayscale: #989898. Windows color (decimal): -9061067 or 3521909. OLE color: 3521909.

HSL color Cylindrical-coordinate representation of color #75BD35: hue angle of 91.76º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #75BD35 is Cyan = 0.38, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB11718953-
CMYK0.3800.720.26
HSL91.76º56.2%47.45%-
HSV(B)91.76º71.96%74.12%-
XYZ26.1840.439.79-
YUV151.9772.15103.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.59%
GREEN value IS 189 (74.22% from 255) = 52.65%
BLUE value IS 53 (21.09% from 255) = 14.76%
R=32.59%
G=52.65%
B=14.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal117189530.3800.720.2691.7656.247.45
Hex75BD35260481A5c382f
Octal16527565460110321347057
Binary11101011011110111010110011001001000110101011100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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