Shades of De York #7DD68B
Tints of De York #7DD68B
RGB
CMYK
RGB Variations
Color information
#7DD68B (or 0x7DD68B) is known color: De York. HEX triplet: 7D, D6 and 8B. RGB value is (125,214,139). Sum of RGB (Red+Green+Blue) = 125+214+139=478 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.15% from 478); Green value is 214 (83.98% from 255 or 44.77% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 214 - color contains mainly: green. Hex color #7DD68B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD68B is #822974. Grayscale: #B3B3B3. Windows color (decimal): -8530293 or 9164413. OLE color: 9164413.
HSL color Cylindrical-coordinate representation of color #7DD68B: hue angle of 129.44º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD68B is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 214 | 139 | - |
| CMYK | 0.42 | 0 | 0.35 | 0.16 |
| HSL | 129.44º | 0.52% | 0.66% | - |
| HSV(B) | 129.44º | 0.42% | 0.84% | - |
| XYZ | 37.16 | 54.32 | 32.95 | - |
| YUV | 178.84 | 105.51 | 89.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 214 | 139 | 0.42 | 0 | 0.35 | 0.16 | 129.44 | 0.52 | 0.66 |
| Hex | 7D | D6 | 8B | 2A | 0 | 23 | 10 | 81 | 34 | 42 |
| Octal | 175 | 326 | 213 | 52 | 0 | 43 | 20 | 201 | 64 | 102 |
| Binary | 1111101 | 11010110 | 10001011 | 101010 | 0 | 100011 | 10000 | 10000001 | 110100 | 1000010 |
Color Harmonies of #7DD68B
Complementary color
Monochromatic Colors of #7DD68B
Black with #7DD68B
Text Example
Text Example
White with #7DD68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD68B; }
p { color: rgb(125,214,139); }
H1.HeaderClassName
{
color: #7DD68B;
}
.AnyTagClassName
{
color: #7DD68B;
}
</style>
background-color css
<style>
a { background-color: #7DD68B; }
a { background-color: rgb(125,214,139); }
div.DivClassName
{
background-color: #7DD68B;
}
.BgClassName
{
background-color: #7DD68B;
}
</style>
border-color css
<style>
span { border-color: #7DD68B; }
span { border-color: rgb(125,214,139); }
td.TdClassName
{
border-color: #7DD68B;
}
.TagClassName
{
border-color: #7DD68B;
}
</style>