#75B22B

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

Shades of Lima #75B22B

Tints of Lima #75B22B

Color information

#75B22B (or 0x75B22B) is unknown color: approx Lima. HEX triplet: 75, B2 and 2B. RGB value is (117,178,43). Sum of RGB (Red+Green+Blue) = 117+178+43=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 178 (69.92% from 255 or 52.66% from 338); Blue value is 43 (17.19% from 255 or 12.72% from 338); Max value from RGB is 178 - color contains mainly: green. Hex color #75B22B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75B22B is #8A4DD4. Grayscale: #909090. Windows color (decimal): -9063893 or 2863733. OLE color: 2863733.

HSL color Cylindrical-coordinate representation of color #75B22B: hue angle of 87.11º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #75B22B is Cyan = 0.34, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB11717843-
CMYK0.3400.760.30
HSL87.11º61.09%43.33%-
HSV(B)87.11º75.84%69.8%-
XYZ23.6935.87.95-
YUV144.3770.79108.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.62%
GREEN value IS 178 (69.92% from 255) = 52.66%
BLUE value IS 43 (17.19% from 255) = 12.72%
R=34.62%
G=52.66%
B=12.72%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal117178430.3400.760.3087.1161.0943.33
Hex75B22B2204C1E573d2b
Octal16526253420114361277553
Binary11101011011001010101110001001001100111101010111111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B22B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,178,43); }

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

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

 a { background-color: rgb(117,178,43); }

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

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

 span { border-color: rgb(117,178,43); }

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