Shades of Reef #CFFDA9
Tints of Reef #CFFDA9
RGB
CMYK
RGB Variations
Color information
#CFFDA9 (or 0xCFFDA9) is known color: Reef. HEX triplet: CF, FD and A9. RGB value is (207,253,169). Sum of RGB (Red+Green+Blue) = 207+253+169=629 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.91% from 629); Green value is 253 (99.22% from 255 or 40.22% from 629); Blue value is 169 (66.41% from 255 or 26.87% from 629); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFDA9 is #300256. Grayscale: #E5E5E5. Windows color (decimal): -3146327 or 11140559. OLE color: 11140559.
HSL color Cylindrical-coordinate representation of color #CFFDA9: hue angle of 92.86º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFFDA9 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
RGB | 207 | 253 | 169 | - |
CMYK | 0.18 | 0 | 0.33 | 0.01 |
HSL | 92.86º | 0.95% | 0.83% | - |
HSV(B) | 92.86º | 0.33% | 0.99% | - |
XYZ | 68.02 | 86.38 | 50.62 | - |
YUV | 229.67 | 93.76 | 111.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 253 | 169 | 0.18 | 0 | 0.33 | 0.01 | 92.86 | 0.95 | 0.83 |
Hex | CF | FD | A9 | 12 | 0 | 21 | 1 | 5D | 5F | 53 |
Octal | 317 | 375 | 251 | 22 | 0 | 41 | 1 | 135 | 137 | 123 |
Binary | 11001111 | 11111101 | 10101001 | 10010 | 0 | 100001 | 1 | 1011101 | 1011111 | 1010011 |
Color Harmonies of #CFFDA9
Complementary color
Monochromatic Colors of #CFFDA9
Black with #CFFDA9
Text Example
Text Example
White with #CFFDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFDA9; }
p { color: rgb(207,253,169); }
H1.HeaderClassName
{
color: #CFFDA9;
}
.AnyTagClassName
{
color: #CFFDA9;
}
</style>
background-color css
<style>
a { background-color: #CFFDA9; }
a { background-color: rgb(207,253,169); }
div.DivClassName
{
background-color: #CFFDA9;
}
.BgClassName
{
background-color: #CFFDA9;
}
</style>
border-color css
<style>
span { border-color: #CFFDA9; }
span { border-color: rgb(207,253,169); }
td.TdClassName
{
border-color: #CFFDA9;
}
.TagClassName
{
border-color: #CFFDA9;
}
</style>