#7DCD2A

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

Shades of Yellow Green #7DCD2A

Tints of Yellow Green #7DCD2A

Color information

#7DCD2A (or 0x7DCD2A) is unknown color: approx Yellow Green. HEX triplet: 7D, CD and 2A. RGB value is (125,205,42). Sum of RGB (Red+Green+Blue) = 125+205+42=372 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.60% from 372); Green value is 205 (80.47% from 255 or 55.11% from 372); Blue value is 42 (16.80% from 255 or 11.29% from 372); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCD2A is #8232D5. Grayscale: #A3A3A3. Windows color (decimal): -8532694 or 2805117. OLE color: 2805117.

HSL color Cylindrical-coordinate representation of color #7DCD2A: hue angle of 89.45º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7DCD2A is Cyan = 0.39, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB12520542-
CMYK0.3900.800.20
HSL89.45º65.99%48.43%-
HSV(B)89.45º79.51%80.39%-
XYZ30.7148.199.87-
YUV162.560101.25-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 33.60%
GREEN value IS 205 (80.47% from 255) = 55.11%
BLUE value IS 42 (16.80% from 255) = 11.29%
R=33.60%
G=55.11%
B=11.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal125205420.3900.800.2089.4565.9948.43
Hex7DCD2A2705014594230
Octal175315524701202413110260
Binary111110111001101101010100111010100001010010110011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCD2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,205,42); }

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

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

 a { background-color: rgb(125,205,42); }

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

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

 span { border-color: rgb(125,205,42); }

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