Shades of Reef #CFFF9F
Tints of Reef #CFFF9F
RGB
CMYK
RGB Variations
Color information
#CFFF9F (or 0xCFFF9F) is known color: Reef. HEX triplet: CF, FF and 9F. RGB value is (207,255,159). Sum of RGB (Red+Green+Blue) = 207+255+159=621 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.33% from 621); Green value is 255 (100% from 255 or 41.06% from 621); Blue value is 159 (62.5% from 255 or 25.60% from 621); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFF9F is #300060. Grayscale: #E6E6E6. Windows color (decimal): -3145825 or 10485711. OLE color: 10485711.
HSL color Cylindrical-coordinate representation of color #CFFF9F: hue angle of 90º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CFFF9F is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
RGB | 207 | 255 | 159 | - |
CMYK | 0.19 | 0 | 0.38 | 0 |
HSL | 90º | 1% | 0.81% | - |
HSV(B) | 90º | 0.38% | 1% | - |
XYZ | 67.75 | 87.29 | 46.08 | - |
YUV | 229.7 | 88.1 | 111.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 255 | 159 | 0.19 | 0 | 0.38 | 0 | 90 | 1 | 0.81 |
Hex | CF | FF | 9F | 13 | 0 | 26 | 0 | 5A | 64 | 51 |
Octal | 317 | 377 | 237 | 23 | 0 | 46 | 0 | 132 | 144 | 121 |
Binary | 11001111 | 11111111 | 10011111 | 10011 | 0 | 100110 | 0 | 1011010 | 1100100 | 1010001 |
Color Harmonies of #CFFF9F
Complementary color
Monochromatic Colors of #CFFF9F
Black with #CFFF9F
Text Example
Text Example
White with #CFFF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF9F; }
p { color: rgb(207,255,159); }
H1.HeaderClassName
{
color: #CFFF9F;
}
.AnyTagClassName
{
color: #CFFF9F;
}
</style>
background-color css
<style>
a { background-color: #CFFF9F; }
a { background-color: rgb(207,255,159); }
div.DivClassName
{
background-color: #CFFF9F;
}
.BgClassName
{
background-color: #CFFF9F;
}
</style>
border-color css
<style>
span { border-color: #CFFF9F; }
span { border-color: rgb(207,255,159); }
td.TdClassName
{
border-color: #CFFF9F;
}
.TagClassName
{
border-color: #CFFF9F;
}
</style>