Shades of Reef #CFED9A
Tints of Reef #CFED9A
RGB
CMYK
RGB Variations
Color information
#CFED9A (or 0xCFED9A) is known color: Reef. HEX triplet: CF, ED and 9A. RGB value is (207,237,154). Sum of RGB (Red+Green+Blue) = 207+237+154=598 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.62% from 598); Green value is 237 (92.97% from 255 or 39.63% from 598); Blue value is 154 (60.55% from 255 or 25.75% from 598); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFED9A is #301265. Grayscale: #DADADA. Windows color (decimal): -3150438 or 10153423. OLE color: 10153423.
HSL color Cylindrical-coordinate representation of color #CFED9A: hue angle of 81.69º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFED9A is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 154 | - |
| CMYK | 0.13 | 0 | 0.35 | 0.07 |
| HSL | 81.69º | 0.7% | 0.77% | - |
| HSV(B) | 81.69º | 0.35% | 0.93% | - |
| XYZ | 61.85 | 76.17 | 42.01 | - |
| YUV | 218.57 | 91.56 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 154 | 0.13 | 0 | 0.35 | 0.07 | 81.69 | 0.7 | 0.77 |
| Hex | CF | ED | 9A | D | 0 | 23 | 7 | 52 | 46 | 4D |
| Octal | 317 | 355 | 232 | 15 | 0 | 43 | 7 | 122 | 106 | 115 |
| Binary | 11001111 | 11101101 | 10011010 | 1101 | 0 | 100011 | 111 | 1010010 | 1000110 | 1001101 |
Color Harmonies of #CFED9A
Complementary color
Monochromatic Colors of #CFED9A
Black with #CFED9A
Text Example
Text Example
White with #CFED9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFED9A; }
p { color: rgb(207,237,154); }
H1.HeaderClassName
{
color: #CFED9A;
}
.AnyTagClassName
{
color: #CFED9A;
}
</style>
background-color css
<style>
a { background-color: #CFED9A; }
a { background-color: rgb(207,237,154); }
div.DivClassName
{
background-color: #CFED9A;
}
.BgClassName
{
background-color: #CFED9A;
}
</style>
border-color css
<style>
span { border-color: #CFED9A; }
span { border-color: rgb(207,237,154); }
td.TdClassName
{
border-color: #CFED9A;
}
.TagClassName
{
border-color: #CFED9A;
}
</style>