#7DD12B

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

Shades of Yellow Green #7DD12B

Tints of Yellow Green #7DD12B

Color information

#7DD12B (or 0x7DD12B) is unknown color: approx Yellow Green. HEX triplet: 7D, D1 and 2B. RGB value is (125,209,43). Sum of RGB (Red+Green+Blue) = 125+209+43=377 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.16% from 377); Green value is 209 (82.03% from 255 or 55.44% from 377); Blue value is 43 (17.19% from 255 or 11.41% from 377); Max value from RGB is 209 - color contains mainly: green. Hex color #7DD12B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DD12B is #822ED4. Grayscale: #A5A5A5. Windows color (decimal): -8531669 or 2871677. OLE color: 2871677.

HSL color Cylindrical-coordinate representation of color #7DD12B: hue angle of 90.36º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7DD12B is Cyan = 0.40, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB12520943-
CMYK0.4000.790.18
HSL90.36º65.87%49.41%-
HSV(B)90.36º79.43%81.96%-
XYZ31.6950.1410.29-
YUV164.9659.1799.5-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 33.16%
GREEN value IS 209 (82.03% from 255) = 55.44%
BLUE value IS 43 (17.19% from 255) = 11.41%
R=33.16%
G=55.44%
B=11.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal125209430.4000.790.1890.3665.8749.41
Hex7DD12B2804F125a4231
Octal175321535001172213210261
Binary111110111010001101011101000010011111001010110101000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD12B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7DD12B; }

 p { color: rgb(125,209,43); }

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

<style>
 a { background-color: #7DD12B; }

 a { background-color: rgb(125,209,43); }

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

<style>
 span { border-color: #7DD12B; }

 span { border-color: rgb(125,209,43); }

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