Shades of Reef #DCF99A
Tints of Reef #DCF99A
RGB
CMYK
RGB Variations
Color information
#DCF99A (or 0xDCF99A) is known color: Reef. HEX triplet: DC, F9 and 9A. RGB value is (220,249,154). Sum of RGB (Red+Green+Blue) = 220+249+154=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 249 (97.66% from 255 or 39.97% from 623); Blue value is 154 (60.55% from 255 or 24.72% from 623); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF99A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF99A is #230665. Grayscale: #E5E5E5. Windows color (decimal): -2295398 or 10156508. OLE color: 10156508.
HSL color Cylindrical-coordinate representation of color #DCF99A: hue angle of 78.32º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCF99A is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 249 | 154 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.02 |
| HSL | 78.32º | 0.89% | 0.79% | - |
| HSV(B) | 78.32º | 0.38% | 0.98% | - |
| XYZ | 69.22 | 85.3 | 43.39 | - |
| YUV | 229.5 | 85.39 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 249 | 154 | 0.12 | 0 | 0.38 | 0.02 | 78.32 | 0.89 | 0.79 |
| Hex | DC | F9 | 9A | C | 0 | 26 | 2 | 4E | 59 | 4F |
| Octal | 334 | 371 | 232 | 14 | 0 | 46 | 2 | 116 | 131 | 117 |
| Binary | 11011100 | 11111001 | 10011010 | 1100 | 0 | 100110 | 10 | 1001110 | 1011001 | 1001111 |
Color Harmonies of #DCF99A
Complementary color
Monochromatic Colors of #DCF99A
Black with #DCF99A
Text Example
Text Example
White with #DCF99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF99A; }
p { color: rgb(220,249,154); }
H1.HeaderClassName
{
color: #DCF99A;
}
.AnyTagClassName
{
color: #DCF99A;
}
</style>
background-color css
<style>
a { background-color: #DCF99A; }
a { background-color: rgb(220,249,154); }
div.DivClassName
{
background-color: #DCF99A;
}
.BgClassName
{
background-color: #DCF99A;
}
</style>
border-color css
<style>
span { border-color: #DCF99A; }
span { border-color: rgb(220,249,154); }
td.TdClassName
{
border-color: #DCF99A;
}
.TagClassName
{
border-color: #DCF99A;
}
</style>