Shades of Reef #CFFD93
Tints of Reef #CFFD93
RGB
CMYK
RGB Variations
Color information
#CFFD93 (or 0xCFFD93) is known color: Reef. HEX triplet: CF, FD and 93. RGB value is (207,253,147). Sum of RGB (Red+Green+Blue) = 207+253+147=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 253 (99.22% from 255 or 41.68% from 607); Blue value is 147 (57.81% from 255 or 24.22% from 607); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFD93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFD93 is #30026C. Grayscale: #E3E3E3. Windows color (decimal): -3146349 or 9698767. OLE color: 9698767.
HSL color Cylindrical-coordinate representation of color #CFFD93: hue angle of 86.04º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFFD93 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 253 | 147 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.01 |
| HSL | 86.04º | 0.96% | 0.78% | - |
| HSV(B) | 86.04º | 0.42% | 0.99% | - |
| XYZ | 66.12 | 85.62 | 40.65 | - |
| YUV | 227.16 | 82.76 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 253 | 147 | 0.18 | 0 | 0.42 | 0.01 | 86.04 | 0.96 | 0.78 |
| Hex | CF | FD | 93 | 12 | 0 | 2A | 1 | 56 | 60 | 4E |
| Octal | 317 | 375 | 223 | 22 | 0 | 52 | 1 | 126 | 140 | 116 |
| Binary | 11001111 | 11111101 | 10010011 | 10010 | 0 | 101010 | 1 | 1010110 | 1100000 | 1001110 |
Color Harmonies of #CFFD93
Complementary color
Monochromatic Colors of #CFFD93
Black with #CFFD93
Text Example
Text Example
White with #CFFD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFD93; }
p { color: rgb(207,253,147); }
H1.HeaderClassName
{
color: #CFFD93;
}
.AnyTagClassName
{
color: #CFFD93;
}
</style>
background-color css
<style>
a { background-color: #CFFD93; }
a { background-color: rgb(207,253,147); }
div.DivClassName
{
background-color: #CFFD93;
}
.BgClassName
{
background-color: #CFFD93;
}
</style>
border-color css
<style>
span { border-color: #CFFD93; }
span { border-color: rgb(207,253,147); }
td.TdClassName
{
border-color: #CFFD93;
}
.TagClassName
{
border-color: #CFFD93;
}
</style>