#7DD48B

Color #7DD48B De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #7DD48B

Tints of De York #7DD48B

Color information

#7DD48B (or 0x7DD48B) is unknown color: approx De York. HEX triplet: 7D, D4 and 8B. RGB value is (125,212,139). Sum of RGB (Red+Green+Blue) = 125+212+139=476 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.26% from 476); Green value is 212 (83.20% from 255 or 44.54% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 212 - color contains mainly: green. Hex color #7DD48B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD48B is #822B74. Grayscale: #B1B1B1. Windows color (decimal): -8530805 or 9163901. OLE color: 9163901.

HSL color Cylindrical-coordinate representation of color #7DD48B: hue angle of 129.66º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DD48B is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB125212139-
CMYK0.4100.340.17
HSL129.66º50.29%66.08%-
HSV(B)129.66º41.04%83.14%-
XYZ36.6653.3132.78-
YUV177.66106.1890.44-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.26%
GREEN value IS 212 (83.20% from 255) = 44.54%
BLUE value IS 139 (54.69% from 255) = 29.20%
R=26.26%
G=44.54%
B=29.20%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1252121390.4100.340.17129.6650.2966.08
Hex7DD48B2902211823242
Octal175324213510422120262102
Binary11111011101010010001011101001010001010001100000101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,212,139); }

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

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

 a { background-color: rgb(125,212,139); }

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

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

 span { border-color: rgb(125,212,139); }

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