#75E730

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

Shades of Yellow Green #75E730

Tints of Yellow Green #75E730

Color information

#75E730 (or 0x75E730) is unknown color: approx Yellow Green. HEX triplet: 75, E7 and 30. RGB value is (117,231,48). Sum of RGB (Red+Green+Blue) = 117+231+48=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 231 (90.62% from 255 or 58.33% from 396); Blue value is 48 (19.14% from 255 or 12.12% from 396); Max value from RGB is 231 - color contains mainly: green. Hex color #75E730 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75E730 is #8A18CF. Grayscale: #B0B0B0. Windows color (decimal): -9050320 or 3204981. OLE color: 3204981.

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

Color convert

RGB11723148-
CMYK0.4900.790.09
HSL97.38º79.22%54.71%-
HSV(B)97.38º79.22%90.59%-
XYZ36.4561.1512.68-
YUV176.0555.7385.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.55%
GREEN value IS 231 (90.62% from 255) = 58.33%
BLUE value IS 48 (19.14% from 255) = 12.12%
R=29.55%
G=58.33%
B=12.12%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal117231480.4900.790.0997.3879.2254.71
Hex75E7303104F9614f37
Octal165347606101171114111767
Binary11101011110011111000011000101001111100111000011001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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