#75dd2b

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

Shades of Yellow Green #75DD2B

Tints of Yellow Green #75DD2B

Color information

#75DD2B (or 0x75DD2B) is unknown color: approx Yellow Green. HEX triplet: 75, DD and 2B. RGB value is (117,221,43). Sum of RGB (Red+Green+Blue) = 117+221+43=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 221 (86.72% from 255 or 58.01% from 381); Blue value is 43 (17.19% from 255 or 11.29% from 381); Max value from RGB is 221 - color contains mainly: green. Hex color #75DD2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75DD2B is #8A22D4. Grayscale: #AAAAAA. Windows color (decimal): -9052885 or 2874741. OLE color: 2874741.

HSL color Cylindrical-coordinate representation of color #75DD2B: hue angle of 95.06º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #75DD2B is Cyan = 0.47, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB11722143-
CMYK0.4700.810.13
HSL95.06º72.36%51.76%-
HSV(B)95.06º80.54%86.67%-
XYZ33.6355.6711.26-
YUV169.6156.5490.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.71%
GREEN value IS 221 (86.72% from 255) = 58.01%
BLUE value IS 43 (17.19% from 255) = 11.29%
R=30.71%
G=58.01%
B=11.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal117221430.4700.810.1395.0672.3651.76
Hex75DD2B2F051D5f4834
Octal165335535701211513711064
Binary11101011101110110101110111101010001110110111111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75dd2b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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