Shades of Sulu #CFF684
Tints of Sulu #CFF684
RGB
CMYK
RGB Variations
Color information
#CFF684 (or 0xCFF684) is known color: Sulu. HEX triplet: CF, F6 and 84. RGB value is (207,246,132). Sum of RGB (Red+Green+Blue) = 207+246+132=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 246 (96.48% from 255 or 42.05% from 585); Blue value is 132 (51.95% from 255 or 22.56% from 585); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF684 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF684 is #30097B. Grayscale: #DDDDDD. Windows color (decimal): -3148156 or 8713935. OLE color: 8713935.
HSL color Cylindrical-coordinate representation of color #CFF684: hue angle of 80.53º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFF684 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 132 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.04 |
| HSL | 80.53º | 0.86% | 0.74% | - |
| HSV(B) | 80.53º | 0.46% | 0.96% | - |
| XYZ | 62.85 | 80.84 | 34.12 | - |
| YUV | 221.34 | 77.58 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 132 | 0.16 | 0 | 0.46 | 0.04 | 80.53 | 0.86 | 0.74 |
| Hex | CF | F6 | 84 | 10 | 0 | 2E | 4 | 51 | 56 | 4A |
| Octal | 317 | 366 | 204 | 20 | 0 | 56 | 4 | 121 | 126 | 112 |
| Binary | 11001111 | 11110110 | 10000100 | 10000 | 0 | 101110 | 100 | 1010001 | 1010110 | 1001010 |
Color Harmonies of #CFF684
Complementary color
Monochromatic Colors of #CFF684
Black with #CFF684
Text Example
Text Example
White with #CFF684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF684; }
p { color: rgb(207,246,132); }
H1.HeaderClassName
{
color: #CFF684;
}
.AnyTagClassName
{
color: #CFF684;
}
</style>
background-color css
<style>
a { background-color: #CFF684; }
a { background-color: rgb(207,246,132); }
div.DivClassName
{
background-color: #CFF684;
}
.BgClassName
{
background-color: #CFF684;
}
</style>
border-color css
<style>
span { border-color: #CFF684; }
span { border-color: rgb(207,246,132); }
td.TdClassName
{
border-color: #CFF684;
}
.TagClassName
{
border-color: #CFF684;
}
</style>