#75B025

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

Shades of Lima #75B025

Tints of Lima #75B025

Color information

#75B025 (or 0x75B025) is unknown color: approx Lima. HEX triplet: 75, B0 and 25. RGB value is (117,176,37). Sum of RGB (Red+Green+Blue) = 117+176+37=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 176 (69.14% from 255 or 53.33% from 330); Blue value is 37 (14.84% from 255 or 11.21% from 330); Max value from RGB is 176 - color contains mainly: green. Hex color #75B025 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75B025 is #8A4FDA. Grayscale: #8F8F8F. Windows color (decimal): -9064411 or 2470005. OLE color: 2470005.

HSL color Cylindrical-coordinate representation of color #75B025: hue angle of 85.47º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #75B025 is Cyan = 0.34, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB11717637-
CMYK0.3400.790.31
HSL85.47º65.26%41.76%-
HSV(B)85.47º78.98%69.02%-
XYZ23.234.977.28-
YUV142.5168.45109.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.45%
GREEN value IS 176 (69.14% from 255) = 53.33%
BLUE value IS 37 (14.84% from 255) = 11.21%
R=35.45%
G=53.33%
B=11.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal117176370.3400.790.3185.4765.2641.76
Hex75B0252204F1F55412a
Octal165260454201173712510152
Binary111010110110000100101100010010011111111110101011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,176,37); }

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

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

 a { background-color: rgb(117,176,37); }

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

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

 span { border-color: rgb(117,176,37); }

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