Shades of Reef #CFFDA1
Tints of Reef #CFFDA1
RGB
CMYK
RGB Variations
Color information
#CFFDA1 (or 0xCFFDA1) is known color: Reef. HEX triplet: CF, FD and A1. RGB value is (207,253,161). Sum of RGB (Red+Green+Blue) = 207+253+161=621 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.33% from 621); Green value is 253 (99.22% from 255 or 40.74% from 621); Blue value is 161 (63.28% from 255 or 25.93% from 621); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFDA1 is #30025E. Grayscale: #E5E5E5. Windows color (decimal): -3146335 or 10616271. OLE color: 10616271.
HSL color Cylindrical-coordinate representation of color #CFFDA1: hue angle of 90º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFFDA1 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
RGB | 207 | 253 | 161 | - |
CMYK | 0.18 | 0 | 0.36 | 0.01 |
HSL | 90º | 0.96% | 0.81% | - |
HSV(B) | 90º | 0.36% | 0.99% | - |
XYZ | 67.29 | 86.09 | 46.79 | - |
YUV | 228.76 | 89.76 | 112.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 253 | 161 | 0.18 | 0 | 0.36 | 0.01 | 90 | 0.96 | 0.81 |
Hex | CF | FD | A1 | 12 | 0 | 24 | 1 | 5A | 60 | 51 |
Octal | 317 | 375 | 241 | 22 | 0 | 44 | 1 | 132 | 140 | 121 |
Binary | 11001111 | 11111101 | 10100001 | 10010 | 0 | 100100 | 1 | 1011010 | 1100000 | 1010001 |
Color Harmonies of #CFFDA1
Complementary color
Monochromatic Colors of #CFFDA1
Black with #CFFDA1
Text Example
Text Example
White with #CFFDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFDA1; }
p { color: rgb(207,253,161); }
H1.HeaderClassName
{
color: #CFFDA1;
}
.AnyTagClassName
{
color: #CFFDA1;
}
</style>
background-color css
<style>
a { background-color: #CFFDA1; }
a { background-color: rgb(207,253,161); }
div.DivClassName
{
background-color: #CFFDA1;
}
.BgClassName
{
background-color: #CFFDA1;
}
</style>
border-color css
<style>
span { border-color: #CFFDA1; }
span { border-color: rgb(207,253,161); }
td.TdClassName
{
border-color: #CFFDA1;
}
.TagClassName
{
border-color: #CFFDA1;
}
</style>