Shades of Reef #CFF09B
Tints of Reef #CFF09B
RGB
CMYK
RGB Variations
Color information
#CFF09B (or 0xCFF09B) is known color: Reef. HEX triplet: CF, F0 and 9B. RGB value is (207,240,155). Sum of RGB (Red+Green+Blue) = 207+240+155=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 240 (94.14% from 255 or 39.87% from 602); Blue value is 155 (60.94% from 255 or 25.75% from 602); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF09B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF09B is #300F64. Grayscale: #DCDCDC. Windows color (decimal): -3149669 or 10219727. OLE color: 10219727.
HSL color Cylindrical-coordinate representation of color #CFF09B: hue angle of 83.29º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFF09B is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 155 | - |
| CMYK | 0.14 | 0 | 0.35 | 0.06 |
| HSL | 83.29º | 0.74% | 0.77% | - |
| HSV(B) | 83.29º | 0.35% | 0.94% | - |
| XYZ | 62.81 | 77.95 | 42.75 | - |
| YUV | 220.44 | 91.07 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 155 | 0.14 | 0 | 0.35 | 0.06 | 83.29 | 0.74 | 0.77 |
| Hex | CF | F0 | 9B | E | 0 | 23 | 6 | 53 | 4A | 4D |
| Octal | 317 | 360 | 233 | 16 | 0 | 43 | 6 | 123 | 112 | 115 |
| Binary | 11001111 | 11110000 | 10011011 | 1110 | 0 | 100011 | 110 | 1010011 | 1001010 | 1001101 |
Color Harmonies of #CFF09B
Complementary color
Monochromatic Colors of #CFF09B
Black with #CFF09B
Text Example
Text Example
White with #CFF09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF09B; }
p { color: rgb(207,240,155); }
H1.HeaderClassName
{
color: #CFF09B;
}
.AnyTagClassName
{
color: #CFF09B;
}
</style>
background-color css
<style>
a { background-color: #CFF09B; }
a { background-color: rgb(207,240,155); }
div.DivClassName
{
background-color: #CFF09B;
}
.BgClassName
{
background-color: #CFF09B;
}
</style>
border-color css
<style>
span { border-color: #CFF09B; }
span { border-color: rgb(207,240,155); }
td.TdClassName
{
border-color: #CFF09B;
}
.TagClassName
{
border-color: #CFF09B;
}
</style>