#75B928

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

Shades of Lima #75B928

Tints of Lima #75B928

Color information

#75B928 (or 0x75B928) is unknown color: approx Lima. HEX triplet: 75, B9 and 28. RGB value is (117,185,40). Sum of RGB (Red+Green+Blue) = 117+185+40=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 185 (72.66% from 255 or 54.09% from 342); Blue value is 40 (16.02% from 255 or 11.70% from 342); Max value from RGB is 185 - color contains mainly: green. Hex color #75B928 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75B928 is #8A46D7. Grayscale: #949494. Windows color (decimal): -9062104 or 2668917. OLE color: 2668917.

HSL color Cylindrical-coordinate representation of color #75B928: hue angle of 88.14º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #75B928 is Cyan = 0.37, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB11718540-
CMYK0.3700.780.27
HSL88.14º64.44%44.12%-
HSV(B)88.14º78.38%72.55%-
XYZ25.0738.638.14-
YUV148.1466.97105.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.21%
GREEN value IS 185 (72.66% from 255) = 54.09%
BLUE value IS 40 (16.02% from 255) = 11.70%
R=34.21%
G=54.09%
B=11.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal117185400.3700.780.2788.1464.4444.12
Hex75B9282504E1B58402c
Octal165271504501163313010054
Binary111010110111001101000100101010011101101110110001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,185,40); }

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

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

 a { background-color: rgb(117,185,40); }

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

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

 span { border-color: rgb(117,185,40); }

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