#75DC2B

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

Shades of Yellow Green #75DC2B

Tints of Yellow Green #75DC2B

Color information

#75DC2B (or 0x75DC2B) is unknown color: approx Yellow Green. HEX triplet: 75, DC and 2B. RGB value is (117,220,43). Sum of RGB (Red+Green+Blue) = 117+220+43=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 220 (86.33% from 255 or 57.89% from 380); Blue value is 43 (17.19% from 255 or 11.32% from 380); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75DC2B is #8A23D4. Grayscale: #A9A9A9. Windows color (decimal): -9053141 or 2874485. OLE color: 2874485.

HSL color Cylindrical-coordinate representation of color #75DC2B: hue angle of 94.92º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #75DC2B is Cyan = 0.47, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB11722043-
CMYK0.4700.800.14
HSL94.92º71.66%51.57%-
HSV(B)94.92º80.45%86.27%-
XYZ33.3755.1411.17-
YUV169.0256.8890.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.79%
GREEN value IS 220 (86.33% from 255) = 57.89%
BLUE value IS 43 (17.19% from 255) = 11.32%
R=30.79%
G=57.89%
B=11.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal117220430.4700.800.1494.9271.6651.57
Hex75DC2B2F050E5f4834
Octal165334535701201613711064
Binary11101011101110010101110111101010000111010111111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DC2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,220,43); }

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

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

 a { background-color: rgb(117,220,43); }

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

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

 span { border-color: rgb(117,220,43); }

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