#75DA22

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

Shades of Yellow Green #75DA22

Tints of Yellow Green #75DA22

Color information

#75DA22 (or 0x75DA22) is unknown color: approx Yellow Green. HEX triplet: 75, DA and 22. RGB value is (117,218,34). Sum of RGB (Red+Green+Blue) = 117+218+34=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 218 (85.55% from 255 or 59.08% from 369); Blue value is 34 (13.67% from 255 or 9.21% from 369); Max value from RGB is 218 - color contains mainly: green. Hex color #75DA22 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75DA22 is #8A25DD. Grayscale: #A7A7A7. Windows color (decimal): -9053662 or 2284149. OLE color: 2284149.

HSL color Cylindrical-coordinate representation of color #75DA22: hue angle of 92.93º degrees, saturation: 0.73, 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 #75DA22 is Cyan = 0.46, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB11721834-
CMYK0.4600.840.15
HSL92.93º73.02%49.41%-
HSV(B)92.93º84.4%85.49%-
XYZ32.754.0410.22-
YUV166.8253.0492.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.71%
GREEN value IS 218 (85.55% from 255) = 59.08%
BLUE value IS 34 (13.67% from 255) = 9.21%
R=31.71%
G=59.08%
B=9.21%

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
Decimal117218340.4600.840.1592.9373.0249.41
Hex75DA222E054F5d4931
Octal165332425601241713511161
Binary11101011101101010001010111001010100111110111011001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DA22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,218,34); }

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

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

 a { background-color: rgb(117,218,34); }

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

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

 span { border-color: rgb(117,218,34); }

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