#75E030

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

Shades of Yellow Green #75E030

Tints of Yellow Green #75E030

Color information

#75E030 (or 0x75E030) is unknown color: approx Yellow Green. HEX triplet: 75, E0 and 30. RGB value is (117,224,48). Sum of RGB (Red+Green+Blue) = 117+224+48=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 224 (87.89% from 255 or 57.58% from 389); Blue value is 48 (19.14% from 255 or 12.34% from 389); Max value from RGB is 224 - color contains mainly: green. Hex color #75E030 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75E030 is #8A1FCF. Grayscale: #ACACAC. Windows color (decimal): -9052112 or 3203189. OLE color: 3203189.

HSL color Cylindrical-coordinate representation of color #75E030: hue angle of 96.48º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #75E030 is Cyan = 0.48, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB11722448-
CMYK0.4800.790.12
HSL96.48º73.95%53.33%-
HSV(B)96.48º78.57%87.84%-
XYZ34.5357.3112.04-
YUV171.9458.0588.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.08%
GREEN value IS 224 (87.89% from 255) = 57.58%
BLUE value IS 48 (19.14% from 255) = 12.34%
R=30.08%
G=57.58%
B=12.34%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal117224480.4800.790.1296.4873.9553.33
Hex75E0303004FC604a35
Octal165340606001171414011265
Binary11101011110000011000011000001001111110011000001001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,224,48); }

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

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

 a { background-color: rgb(117,224,48); }

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

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

 span { border-color: rgb(117,224,48); }

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