#75B923

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

Shades of Lima #75B923

Tints of Lima #75B923

Color information

#75B923 (or 0x75B923) is unknown color: approx Lima. HEX triplet: 75, B9 and 23. RGB value is (117,185,35). Sum of RGB (Red+Green+Blue) = 117+185+35=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 185 (72.66% from 255 or 54.90% from 337); Blue value is 35 (14.06% from 255 or 10.39% from 337); Max value from RGB is 185 - color contains mainly: green. Hex color #75B923 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75B923 is #8A46DC. Grayscale: #949494. Windows color (decimal): -9062109 or 2341237. OLE color: 2341237.

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

Color convert

RGB11718535-
CMYK0.3700.810.27
HSL87.2º68.18%43.14%-
HSV(B)87.2º81.08%72.55%-
XYZ24.9938.67.72-
YUV147.5764.47106.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.72%
GREEN value IS 185 (72.66% from 255) = 54.90%
BLUE value IS 35 (14.06% from 255) = 10.39%
R=34.72%
G=54.90%
B=10.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal117185350.3700.810.2787.268.1843.14
Hex75B923250511B57442b
Octal165271434501213312710453
Binary111010110111001100011100101010100011101110101111000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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