#75D923

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

Shades of Yellow Green #75D923

Tints of Yellow Green #75D923

Color information

#75D923 (or 0x75D923) is unknown color: approx Yellow Green. HEX triplet: 75, D9 and 23. RGB value is (117,217,35). Sum of RGB (Red+Green+Blue) = 117+217+35=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 217 (85.16% from 255 or 58.81% from 369); Blue value is 35 (14.06% from 255 or 9.49% from 369); Max value from RGB is 217 - color contains mainly: green. Hex color #75D923 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D923 is #8A26DC. Grayscale: #A6A6A6. Windows color (decimal): -9053917 or 2349429. OLE color: 2349429.

HSL color Cylindrical-coordinate representation of color #75D923: hue angle of 92.97º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #75D923 is Cyan = 0.46, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB11721735-
CMYK0.4600.840.15
HSL92.97º72.22%49.41%-
HSV(B)92.97º83.87%85.1%-
XYZ32.4553.5310.21-
YUV166.3553.8792.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.71%
GREEN value IS 217 (85.16% from 255) = 58.81%
BLUE value IS 35 (14.06% from 255) = 9.49%
R=31.71%
G=58.81%
B=9.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal117217350.4600.840.1592.9772.2249.41
Hex75D9232E054F5d4831
Octal165331435601241713511061
Binary11101011101100110001110111001010100111110111011001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,217,35); }

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

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

 a { background-color: rgb(117,217,35); }

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

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

 span { border-color: rgb(117,217,35); }

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