#75DF2B

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

Shades of Yellow Green #75DF2B

Tints of Yellow Green #75DF2B

Color information

#75DF2B (or 0x75DF2B) is unknown color: approx Yellow Green. HEX triplet: 75, DF and 2B. RGB value is (117,223,43). Sum of RGB (Red+Green+Blue) = 117+223+43=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 223 (87.5% from 255 or 58.22% from 383); Blue value is 43 (17.19% from 255 or 11.23% from 383); Max value from RGB is 223 - color contains mainly: green. Hex color #75DF2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75DF2B is #8A20D4. Grayscale: #ABABAB. Windows color (decimal): -9052373 or 2875253. OLE color: 2875253.

HSL color Cylindrical-coordinate representation of color #75DF2B: hue angle of 95.33º degrees, saturation: 0.74, 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 #75DF2B is Cyan = 0.48, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB11722343-
CMYK0.4800.810.13
HSL95.33º73.77%52.16%-
HSV(B)95.33º80.72%87.45%-
XYZ34.1656.7311.44-
YUV170.7955.8889.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.55%
GREEN value IS 223 (87.5% from 255) = 58.22%
BLUE value IS 43 (17.19% from 255) = 11.23%
R=30.55%
G=58.22%
B=11.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal117223430.4800.810.1395.3373.7752.16
Hex75DF2B30051D5f4a34
Octal165337536001211513711264
Binary11101011101111110101111000001010001110110111111001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DF2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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