Shades of Reef #CFFE9D
Tints of Reef #CFFE9D
RGB
CMYK
RGB Variations
Color information
#CFFE9D (or 0xCFFE9D) is known color: Reef. HEX triplet: CF, FE and 9D. RGB value is (207,254,157). Sum of RGB (Red+Green+Blue) = 207+254+157=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 254 (99.61% from 255 or 41.10% from 618); Blue value is 157 (61.72% from 255 or 25.40% from 618); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFE9D is #300162. Grayscale: #E5E5E5. Windows color (decimal): -3146083 or 10354383. OLE color: 10354383.
HSL color Cylindrical-coordinate representation of color #CFFE9D: hue angle of 89.07º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CFFE9D is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 157 | - |
| CMYK | 0.19 | 0 | 0.38 | 0.00 |
| HSL | 89.07º | 0.98% | 0.81% | - |
| HSV(B) | 89.07º | 0.38% | 1% | - |
| XYZ | 67.26 | 86.58 | 45.07 | - |
| YUV | 228.89 | 87.43 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 157 | 0.19 | 0 | 0.38 | 0.00 | 89.07 | 0.98 | 0.81 |
| Hex | CF | FE | 9D | 13 | 0 | 26 | 0 | 59 | 62 | 51 |
| Octal | 317 | 376 | 235 | 23 | 0 | 46 | 0 | 131 | 142 | 121 |
| Binary | 11001111 | 11111110 | 10011101 | 10011 | 0 | 100110 | 0 | 1011001 | 1100010 | 1010001 |
Color Harmonies of #CFFE9D
Complementary color
Monochromatic Colors of #CFFE9D
Black with #CFFE9D
Text Example
Text Example
White with #CFFE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFE9D; }
p { color: rgb(207,254,157); }
H1.HeaderClassName
{
color: #CFFE9D;
}
.AnyTagClassName
{
color: #CFFE9D;
}
</style>
background-color css
<style>
a { background-color: #CFFE9D; }
a { background-color: rgb(207,254,157); }
div.DivClassName
{
background-color: #CFFE9D;
}
.BgClassName
{
background-color: #CFFE9D;
}
</style>
border-color css
<style>
span { border-color: #CFFE9D; }
span { border-color: rgb(207,254,157); }
td.TdClassName
{
border-color: #CFFE9D;
}
.TagClassName
{
border-color: #CFFE9D;
}
</style>