#75B427

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

Shades of Lima #75B427

Tints of Lima #75B427

Color information

#75B427 (or 0x75B427) is unknown color: approx Lima. HEX triplet: 75, B4 and 27. RGB value is (117,180,39). Sum of RGB (Red+Green+Blue) = 117+180+39=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 180 (70.70% from 255 or 53.57% from 336); Blue value is 39 (15.62% from 255 or 11.61% from 336); Max value from RGB is 180 - color contains mainly: green. Hex color #75B427 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75B427 is #8A4BD8. Grayscale: #919191. Windows color (decimal): -9063385 or 2602101. OLE color: 2602101.

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

Color convert

RGB11718039-
CMYK0.3500.780.29
HSL86.81º64.38%42.94%-
HSV(B)86.81º78.33%70.59%-
XYZ24.0236.577.71-
YUV145.0968.13107.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.82%
GREEN value IS 180 (70.70% from 255) = 53.57%
BLUE value IS 39 (15.62% from 255) = 11.61%
R=34.82%
G=53.57%
B=11.61%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal117180390.3500.780.2986.8164.3842.94
Hex75B4272304E1D57402b
Octal165264474301163512710053
Binary111010110110100100111100011010011101110110101111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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