#75E531

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

Shades of Yellow Green #75E531

Tints of Yellow Green #75E531

Color information

#75E531 (or 0x75E531) is unknown color: approx Yellow Green. HEX triplet: 75, E5 and 31. RGB value is (117,229,49). Sum of RGB (Red+Green+Blue) = 117+229+49=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 229 (89.84% from 255 or 57.97% from 395); Blue value is 49 (19.53% from 255 or 12.41% from 395); Max value from RGB is 229 - color contains mainly: green. Hex color #75E531 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75E531 is #8A1ACE. Grayscale: #AFAFAF. Windows color (decimal): -9050831 or 3270005. OLE color: 3270005.

HSL color Cylindrical-coordinate representation of color #75E531: hue angle of 97.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #75E531 is Cyan = 0.49, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB11722949-
CMYK0.4900.790.10
HSL97.33º77.59%54.51%-
HSV(B)97.33º78.6%89.8%-
XYZ35.9160.0412.6-
YUV174.9956.8986.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.62%
GREEN value IS 229 (89.84% from 255) = 57.97%
BLUE value IS 49 (19.53% from 255) = 12.41%
R=29.62%
G=57.97%
B=12.41%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal117229490.4900.790.1097.3377.5954.51
Hex75E5313104FA614e37
Octal165345616101171214111667
Binary11101011110010111000111000101001111101011000011001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,229,49); }

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

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

 a { background-color: rgb(117,229,49); }

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

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

 span { border-color: rgb(117,229,49); }

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