#75C326

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

Shades of Lima #75C326

Tints of Lima #75C326

Color information

#75C326 (or 0x75C326) is unknown color: approx Lima. HEX triplet: 75, C3 and 26. RGB value is (117,195,38). Sum of RGB (Red+Green+Blue) = 117+195+38=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 195 (76.56% from 255 or 55.71% from 350); Blue value is 38 (15.23% from 255 or 10.86% from 350); Max value from RGB is 195 - color contains mainly: green. Hex color #75C326 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C326 is #8A3CD9. Grayscale: #9A9A9A. Windows color (decimal): -9059546 or 2540405. OLE color: 2540405.

HSL color Cylindrical-coordinate representation of color #75C326: hue angle of 89.81º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #75C326 is Cyan = 0.4, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB11719538-
CMYK0.400.810.24
HSL89.81º67.38%45.69%-
HSV(B)89.81º80.51%76.47%-
XYZ27.242.958.69-
YUV153.7862.66101.77-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.43%
GREEN value IS 195 (76.56% from 255) = 55.71%
BLUE value IS 38 (15.23% from 255) = 10.86%
R=33.43%
G=55.71%
B=10.86%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal117195380.400.810.2489.8167.3845.69
Hex75C32628051185a432e
Octal165303465001213013210356
Binary111010111000011100110101000010100011100010110101000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,195,38); }

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

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

 a { background-color: rgb(117,195,38); }

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

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

 span { border-color: rgb(117,195,38); }

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