Shades of Reef #DCF09B
Tints of Reef #DCF09B
RGB
CMYK
RGB Variations
Color information
#DCF09B (or 0xDCF09B) is known color: Reef. HEX triplet: DC, F0 and 9B. RGB value is (220,240,155). Sum of RGB (Red+Green+Blue) = 220+240+155=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 240 (94.14% from 255 or 39.02% from 615); Blue value is 155 (60.94% from 255 or 25.20% from 615); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF09B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF09B is #230F64. Grayscale: #E0E0E0. Windows color (decimal): -2297701 or 10219740. OLE color: 10219740.
HSL color Cylindrical-coordinate representation of color #DCF09B: hue angle of 74.12º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCF09B is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 155 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.06 |
| HSL | 74.12º | 0.74% | 0.77% | - |
| HSV(B) | 74.12º | 0.35% | 0.94% | - |
| XYZ | 66.59 | 79.9 | 42.92 | - |
| YUV | 224.33 | 88.87 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 155 | 0.08 | 0 | 0.35 | 0.06 | 74.12 | 0.74 | 0.77 |
| Hex | DC | F0 | 9B | 8 | 0 | 23 | 6 | 4A | 4A | 4D |
| Octal | 334 | 360 | 233 | 10 | 0 | 43 | 6 | 112 | 112 | 115 |
| Binary | 11011100 | 11110000 | 10011011 | 1000 | 0 | 100011 | 110 | 1001010 | 1001010 | 1001101 |
Color Harmonies of #DCF09B
Complementary color
Monochromatic Colors of #DCF09B
Black with #DCF09B
Text Example
Text Example
White with #DCF09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF09B; }
p { color: rgb(220,240,155); }
H1.HeaderClassName
{
color: #DCF09B;
}
.AnyTagClassName
{
color: #DCF09B;
}
</style>
background-color css
<style>
a { background-color: #DCF09B; }
a { background-color: rgb(220,240,155); }
div.DivClassName
{
background-color: #DCF09B;
}
.BgClassName
{
background-color: #DCF09B;
}
</style>
border-color css
<style>
span { border-color: #DCF09B; }
span { border-color: rgb(220,240,155); }
td.TdClassName
{
border-color: #DCF09B;
}
.TagClassName
{
border-color: #DCF09B;
}
</style>