Shades of Reef #CFFF9D
Tints of Reef #CFFF9D
RGB
CMYK
RGB Variations
Color information
#CFFF9D (or 0xCFFF9D) is known color: Reef. HEX triplet: CF, FF and 9D. RGB value is (207,255,157). Sum of RGB (Red+Green+Blue) = 207+255+157=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 157 (61.72% from 255 or 25.36% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFF9D is #300062. Grayscale: #E5E5E5. Windows color (decimal): -3145827 or 10354639. OLE color: 10354639.
HSL color Cylindrical-coordinate representation of color #CFFF9D: hue angle of 89.39º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CFFF9D is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 157 | - |
| CMYK | 0.19 | 0 | 0.38 | 0 |
| HSL | 89.39º | 1% | 0.81% | - |
| HSV(B) | 89.39º | 0.38% | 1% | - |
| XYZ | 67.58 | 87.22 | 45.17 | - |
| YUV | 229.48 | 87.1 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 157 | 0.19 | 0 | 0.38 | 0 | 89.39 | 1 | 0.81 |
| Hex | CF | FF | 9D | 13 | 0 | 26 | 0 | 59 | 64 | 51 |
| Octal | 317 | 377 | 235 | 23 | 0 | 46 | 0 | 131 | 144 | 121 |
| Binary | 11001111 | 11111111 | 10011101 | 10011 | 0 | 100110 | 0 | 1011001 | 1100100 | 1010001 |
Color Harmonies of #CFFF9D
Complementary color
Monochromatic Colors of #CFFF9D
Black with #CFFF9D
Text Example
Text Example
White with #CFFF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF9D; }
p { color: rgb(207,255,157); }
H1.HeaderClassName
{
color: #CFFF9D;
}
.AnyTagClassName
{
color: #CFFF9D;
}
</style>
background-color css
<style>
a { background-color: #CFFF9D; }
a { background-color: rgb(207,255,157); }
div.DivClassName
{
background-color: #CFFF9D;
}
.BgClassName
{
background-color: #CFFF9D;
}
</style>
border-color css
<style>
span { border-color: #CFFF9D; }
span { border-color: rgb(207,255,157); }
td.TdClassName
{
border-color: #CFFF9D;
}
.TagClassName
{
border-color: #CFFF9D;
}
</style>