Shades of De York #84CF7B
Tints of De York #84CF7B
RGB
CMYK
RGB Variations
Color information
#84CF7B (or 0x84CF7B) is known color: De York. HEX triplet: 84, CF and 7B. RGB value is (132,207,123). Sum of RGB (Red+Green+Blue) = 132+207+123=462 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.57% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 123 (48.44% from 255 or 26.62% from 462); Max value from RGB is 207 - color contains mainly: green. Hex color #84CF7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84CF7B is #7B3084. Grayscale: #AFAFAF. Windows color (decimal): -8073349 or 8114052. OLE color: 8114052.
HSL color Cylindrical-coordinate representation of color #84CF7B: hue angle of 113.57º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84CF7B is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 207 | 123 | - |
| CMYK | 0.36 | 0 | 0.41 | 0.19 |
| HSL | 113.57º | 0.47% | 0.65% | - |
| HSV(B) | 113.57º | 0.41% | 0.81% | - |
| XYZ | 35.4 | 50.96 | 26.71 | - |
| YUV | 175 | 98.65 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 207 | 123 | 0.36 | 0 | 0.41 | 0.19 | 113.57 | 0.47 | 0.65 |
| Hex | 84 | CF | 7B | 24 | 0 | 29 | 13 | 72 | 2F | 41 |
| Octal | 204 | 317 | 173 | 44 | 0 | 51 | 23 | 162 | 57 | 101 |
| Binary | 10000100 | 11001111 | 1111011 | 100100 | 0 | 101001 | 10011 | 1110010 | 101111 | 1000001 |
Color Harmonies of #84CF7B
Complementary color
Monochromatic Colors of #84CF7B
Black with #84CF7B
Text Example
Text Example
White with #84CF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CF7B; }
p { color: rgb(132,207,123); }
H1.HeaderClassName
{
color: #84CF7B;
}
.AnyTagClassName
{
color: #84CF7B;
}
</style>
background-color css
<style>
a { background-color: #84CF7B; }
a { background-color: rgb(132,207,123); }
div.DivClassName
{
background-color: #84CF7B;
}
.BgClassName
{
background-color: #84CF7B;
}
</style>
border-color css
<style>
span { border-color: #84CF7B; }
span { border-color: rgb(132,207,123); }
td.TdClassName
{
border-color: #84CF7B;
}
.TagClassName
{
border-color: #84CF7B;
}
</style>