Shades of De York #7BD68B
Tints of De York #7BD68B
RGB
CMYK
RGB Variations
Color information
#7BD68B (or 0x7BD68B) is known color: De York. HEX triplet: 7B, D6 and 8B. RGB value is (123,214,139). Sum of RGB (Red+Green+Blue) = 123+214+139=476 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.84% from 476); Green value is 214 (83.98% from 255 or 44.96% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 214 - color contains mainly: green. Hex color #7BD68B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BD68B is #842974. Grayscale: #B2B2B2. Windows color (decimal): -8661365 or 9164411. OLE color: 9164411.
HSL color Cylindrical-coordinate representation of color #7BD68B: hue angle of 130.55º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7BD68B is Cyan = 0.43, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 123 | 214 | 139 | - |
| CMYK | 0.43 | 0 | 0.35 | 0.16 |
| HSL | 130.55º | 0.53% | 0.66% | - |
| HSV(B) | 130.55º | 0.43% | 0.84% | - |
| XYZ | 36.88 | 54.17 | 32.94 | - |
| YUV | 178.24 | 105.85 | 88.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 214 | 139 | 0.43 | 0 | 0.35 | 0.16 | 130.55 | 0.53 | 0.66 |
| Hex | 7B | D6 | 8B | 2B | 0 | 23 | 10 | 83 | 35 | 42 |
| Octal | 173 | 326 | 213 | 53 | 0 | 43 | 20 | 203 | 65 | 102 |
| Binary | 1111011 | 11010110 | 10001011 | 101011 | 0 | 100011 | 10000 | 10000011 | 110101 | 1000010 |
Color Harmonies of #7BD68B
Complementary color
Monochromatic Colors of #7BD68B
Black with #7BD68B
Text Example
Text Example
White with #7BD68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD68B; }
p { color: rgb(123,214,139); }
H1.HeaderClassName
{
color: #7BD68B;
}
.AnyTagClassName
{
color: #7BD68B;
}
</style>
background-color css
<style>
a { background-color: #7BD68B; }
a { background-color: rgb(123,214,139); }
div.DivClassName
{
background-color: #7BD68B;
}
.BgClassName
{
background-color: #7BD68B;
}
</style>
border-color css
<style>
span { border-color: #7BD68B; }
span { border-color: rgb(123,214,139); }
td.TdClassName
{
border-color: #7BD68B;
}
.TagClassName
{
border-color: #7BD68B;
}
</style>