#75D728

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

Shades of Yellow Green #75D728

Tints of Yellow Green #75D728

Color information

#75D728 (or 0x75D728) is unknown color: approx Yellow Green. HEX triplet: 75, D7 and 28. RGB value is (117,215,40). Sum of RGB (Red+Green+Blue) = 117+215+40=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 215 (84.38% from 255 or 57.80% from 372); Blue value is 40 (16.02% from 255 or 10.75% from 372); Max value from RGB is 215 - color contains mainly: green. Hex color #75D728 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D728 is #8A28D7. Grayscale: #A6A6A6. Windows color (decimal): -9054424 or 2676597. OLE color: 2676597.

HSL color Cylindrical-coordinate representation of color #75D728: hue angle of 93.6º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #75D728 is Cyan = 0.46, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB11721540-
CMYK0.4600.810.16
HSL93.6º68.63%50%-
HSV(B)93.6º81.4%84.31%-
XYZ32.0252.5410.46-
YUV165.7557.0393.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.45%
GREEN value IS 215 (84.38% from 255) = 57.80%
BLUE value IS 40 (16.02% from 255) = 10.75%
R=31.45%
G=57.80%
B=10.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal117215400.4600.810.1693.668.6350
Hex75D7282E051105e4532
Octal165327505601212013610562
Binary111010111010111101000101110010100011000010111101000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,215,40); }

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

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

 a { background-color: rgb(117,215,40); }

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

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

 span { border-color: rgb(117,215,40); }

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