#75B233

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

Shades of Lima #75B233

Tints of Lima #75B233

Color information

#75B233 (or 0x75B233) is unknown color: approx Lima. HEX triplet: 75, B2 and 33. RGB value is (117,178,51). Sum of RGB (Red+Green+Blue) = 117+178+51=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 178 (69.92% from 255 or 51.45% from 346); Blue value is 51 (20.31% from 255 or 14.74% from 346); Max value from RGB is 178 - color contains mainly: green. Hex color #75B233 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75B233 is #8A4DCC. Grayscale: #919191. Windows color (decimal): -9063885 or 3388021. OLE color: 3388021.

HSL color Cylindrical-coordinate representation of color #75B233: hue angle of 88.82º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #75B233 is Cyan = 0.34, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB11717851-
CMYK0.3400.710.30
HSL88.82º55.46%44.9%-
HSV(B)88.82º71.35%69.8%-
XYZ23.8535.868.8-
YUV145.2874.79107.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.82%
GREEN value IS 178 (69.92% from 255) = 51.45%
BLUE value IS 51 (20.31% from 255) = 14.74%
R=33.82%
G=51.45%
B=14.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal117178510.3400.710.3088.8255.4644.9
Hex75B233220471E59372d
Octal16526263420107361316755
Binary11101011011001011001110001001000111111101011001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,178,51); }

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

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

 a { background-color: rgb(117,178,51); }

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

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

 span { border-color: rgb(117,178,51); }

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