#75AB23

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

Shades of Lima #75AB23

Tints of Lima #75AB23

Color information

#75AB23 (or 0x75AB23) is unknown color: approx Lima. HEX triplet: 75, AB and 23. RGB value is (117,171,35). Sum of RGB (Red+Green+Blue) = 117+171+35=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 171 (67.19% from 255 or 52.94% from 323); Blue value is 35 (14.06% from 255 or 10.84% from 323); Max value from RGB is 171 - color contains mainly: green. Hex color #75AB23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AB23 is #8A54DC. Grayscale: #8B8B8B. Windows color (decimal): -9065693 or 2337653. OLE color: 2337653.

HSL color Cylindrical-coordinate representation of color #75AB23: hue angle of 83.82º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #75AB23 is Cyan = 0.32, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB11717135-
CMYK0.3200.800.33
HSL83.82º66.02%40.39%-
HSV(B)83.82º79.53%67.06%-
XYZ22.233.036.8-
YUV139.3569.11112.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.22%
GREEN value IS 171 (67.19% from 255) = 52.94%
BLUE value IS 35 (14.06% from 255) = 10.84%
R=36.22%
G=52.94%
B=10.84%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117171350.3200.800.3383.8266.0240.39
Hex75AB232005021544228
Octal165253434001204112410250
Binary1110101101010111000111000000101000010000110101001000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AB23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,171,35); }

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

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

 a { background-color: rgb(117,171,35); }

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

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

 span { border-color: rgb(117,171,35); }

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