Shades of Reef #DCF69B
Tints of Reef #DCF69B
RGB
CMYK
RGB Variations
Color information
#DCF69B (or 0xDCF69B) is known color: Reef. HEX triplet: DC, F6 and 9B. RGB value is (220,246,155). Sum of RGB (Red+Green+Blue) = 220+246+155=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 246 (96.48% from 255 or 39.61% from 621); Blue value is 155 (60.94% from 255 or 24.96% from 621); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF69B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF69B is #230964. Grayscale: #E4E4E4. Windows color (decimal): -2296165 or 10221276. OLE color: 10221276.
HSL color Cylindrical-coordinate representation of color #DCF69B: hue angle of 77.14º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCF69B is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 246 | 155 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.04 |
| HSL | 77.14º | 0.83% | 0.79% | - |
| HSV(B) | 77.14º | 0.37% | 0.96% | - |
| XYZ | 68.39 | 83.49 | 43.52 | - |
| YUV | 227.85 | 86.89 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 246 | 155 | 0.11 | 0 | 0.37 | 0.04 | 77.14 | 0.83 | 0.79 |
| Hex | DC | F6 | 9B | B | 0 | 25 | 4 | 4D | 53 | 4F |
| Octal | 334 | 366 | 233 | 13 | 0 | 45 | 4 | 115 | 123 | 117 |
| Binary | 11011100 | 11110110 | 10011011 | 1011 | 0 | 100101 | 100 | 1001101 | 1010011 | 1001111 |
Color Harmonies of #DCF69B
Complementary color
Monochromatic Colors of #DCF69B
Black with #DCF69B
Text Example
Text Example
White with #DCF69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF69B; }
p { color: rgb(220,246,155); }
H1.HeaderClassName
{
color: #DCF69B;
}
.AnyTagClassName
{
color: #DCF69B;
}
</style>
background-color css
<style>
a { background-color: #DCF69B; }
a { background-color: rgb(220,246,155); }
div.DivClassName
{
background-color: #DCF69B;
}
.BgClassName
{
background-color: #DCF69B;
}
</style>
border-color css
<style>
span { border-color: #DCF69B; }
span { border-color: rgb(220,246,155); }
td.TdClassName
{
border-color: #DCF69B;
}
.TagClassName
{
border-color: #DCF69B;
}
</style>