#75B430

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

Shades of Lima #75B430

Tints of Lima #75B430

Color information

#75B430 (or 0x75B430) is unknown color: approx Lima. HEX triplet: 75, B4 and 30. RGB value is (117,180,48). Sum of RGB (Red+Green+Blue) = 117+180+48=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 180 (70.70% from 255 or 52.17% from 345); Blue value is 48 (19.14% from 255 or 13.91% from 345); Max value from RGB is 180 - color contains mainly: green. Hex color #75B430 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75B430 is #8A4BCF. Grayscale: #929292. Windows color (decimal): -9063376 or 3191925. OLE color: 3191925.

HSL color Cylindrical-coordinate representation of color #75B430: hue angle of 88.64º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #75B430 is Cyan = 0.35, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB11718048-
CMYK0.3500.730.29
HSL88.64º57.89%44.71%-
HSV(B)88.64º73.33%70.59%-
XYZ24.1936.648.59-
YUV146.1272.63107.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.91%
GREEN value IS 180 (70.70% from 255) = 52.17%
BLUE value IS 48 (19.14% from 255) = 13.91%
R=33.91%
G=52.17%
B=13.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal117180480.3500.730.2988.6457.8944.71
Hex75B430230491D593a2d
Octal16526460430111351317255
Binary11101011011010011000010001101001001111011011001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,180,48); }

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

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

 a { background-color: rgb(117,180,48); }

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

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

 span { border-color: rgb(117,180,48); }

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