Shades of Reef #CFFD9B
Tints of Reef #CFFD9B
RGB
CMYK
RGB Variations
Color information
#CFFD9B (or 0xCFFD9B) is known color: Reef. HEX triplet: CF, FD and 9B. RGB value is (207,253,155). Sum of RGB (Red+Green+Blue) = 207+253+155=615 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.66% from 615); Green value is 253 (99.22% from 255 or 41.14% from 615); Blue value is 155 (60.94% from 255 or 25.20% from 615); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFD9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFD9B is #300264. Grayscale: #E4E4E4. Windows color (decimal): -3146341 or 10223055. OLE color: 10223055.
HSL color Cylindrical-coordinate representation of color #CFFD9B: hue angle of 88.16º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFFD9B is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 253 | 155 | - |
| CMYK | 0.18 | 0 | 0.39 | 0.01 |
| HSL | 88.16º | 0.96% | 0.8% | - |
| HSV(B) | 88.16º | 0.39% | 0.99% | - |
| XYZ | 66.77 | 85.88 | 44.07 | - |
| YUV | 228.07 | 86.76 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 253 | 155 | 0.18 | 0 | 0.39 | 0.01 | 88.16 | 0.96 | 0.8 |
| Hex | CF | FD | 9B | 12 | 0 | 27 | 1 | 58 | 60 | 50 |
| Octal | 317 | 375 | 233 | 22 | 0 | 47 | 1 | 130 | 140 | 120 |
| Binary | 11001111 | 11111101 | 10011011 | 10010 | 0 | 100111 | 1 | 1011000 | 1100000 | 1010000 |
Color Harmonies of #CFFD9B
Complementary color
Monochromatic Colors of #CFFD9B
Black with #CFFD9B
Text Example
Text Example
White with #CFFD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFD9B; }
p { color: rgb(207,253,155); }
H1.HeaderClassName
{
color: #CFFD9B;
}
.AnyTagClassName
{
color: #CFFD9B;
}
</style>
background-color css
<style>
a { background-color: #CFFD9B; }
a { background-color: rgb(207,253,155); }
div.DivClassName
{
background-color: #CFFD9B;
}
.BgClassName
{
background-color: #CFFD9B;
}
</style>
border-color css
<style>
span { border-color: #CFFD9B; }
span { border-color: rgb(207,253,155); }
td.TdClassName
{
border-color: #CFFD9B;
}
.TagClassName
{
border-color: #CFFD9B;
}
</style>