Shades of Reef #DCF98A
Tints of Reef #DCF98A
RGB
CMYK
RGB Variations
Color information
#DCF98A (or 0xDCF98A) is known color: Reef. HEX triplet: DC, F9 and 8A. RGB value is (220,249,138). Sum of RGB (Red+Green+Blue) = 220+249+138=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 249 (97.66% from 255 or 41.02% from 607); Blue value is 138 (54.30% from 255 or 22.73% from 607); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF98A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF98A is #230675. Grayscale: #E4E4E4. Windows color (decimal): -2295414 or 9107932. OLE color: 9107932.
HSL color Cylindrical-coordinate representation of color #DCF98A: hue angle of 75.68º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCF98A is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 249 | 138 | - |
| CMYK | 0.12 | 0 | 0.45 | 0.02 |
| HSL | 75.68º | 0.9% | 0.76% | - |
| HSV(B) | 75.68º | 0.45% | 0.98% | - |
| XYZ | 67.98 | 84.8 | 36.83 | - |
| YUV | 227.68 | 77.39 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 249 | 138 | 0.12 | 0 | 0.45 | 0.02 | 75.68 | 0.9 | 0.76 |
| Hex | DC | F9 | 8A | C | 0 | 2D | 2 | 4C | 5A | 4C |
| Octal | 334 | 371 | 212 | 14 | 0 | 55 | 2 | 114 | 132 | 114 |
| Binary | 11011100 | 11111001 | 10001010 | 1100 | 0 | 101101 | 10 | 1001100 | 1011010 | 1001100 |
Color Harmonies of #DCF98A
Complementary color
Monochromatic Colors of #DCF98A
Black with #DCF98A
Text Example
Text Example
White with #DCF98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF98A; }
p { color: rgb(220,249,138); }
H1.HeaderClassName
{
color: #DCF98A;
}
.AnyTagClassName
{
color: #DCF98A;
}
</style>
background-color css
<style>
a { background-color: #DCF98A; }
a { background-color: rgb(220,249,138); }
div.DivClassName
{
background-color: #DCF98A;
}
.BgClassName
{
background-color: #DCF98A;
}
</style>
border-color css
<style>
span { border-color: #DCF98A; }
span { border-color: rgb(220,249,138); }
td.TdClassName
{
border-color: #DCF98A;
}
.TagClassName
{
border-color: #DCF98A;
}
</style>