Shades of Sulu #CFF186
Tints of Sulu #CFF186
RGB
CMYK
RGB Variations
Color information
#CFF186 (or 0xCFF186) is known color: Sulu. HEX triplet: CF, F1 and 86. RGB value is (207,241,134). Sum of RGB (Red+Green+Blue) = 207+241+134=582 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.57% from 582); Green value is 241 (94.53% from 255 or 41.41% from 582); Blue value is 134 (52.73% from 255 or 23.02% from 582); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF186 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF186 is #300E79. Grayscale: #DBDBDB. Windows color (decimal): -3149434 or 8843727. OLE color: 8843727.
HSL color Cylindrical-coordinate representation of color #CFF186: hue angle of 79.07º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFF186 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 134 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.05 |
| HSL | 79.07º | 0.79% | 0.74% | - |
| HSV(B) | 79.07º | 0.44% | 0.95% | - |
| XYZ | 61.49 | 77.9 | 34.35 | - |
| YUV | 218.64 | 80.24 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 134 | 0.14 | 0 | 0.44 | 0.05 | 79.07 | 0.79 | 0.74 |
| Hex | CF | F1 | 86 | E | 0 | 2C | 5 | 4F | 4F | 4A |
| Octal | 317 | 361 | 206 | 16 | 0 | 54 | 5 | 117 | 117 | 112 |
| Binary | 11001111 | 11110001 | 10000110 | 1110 | 0 | 101100 | 101 | 1001111 | 1001111 | 1001010 |
Color Harmonies of #CFF186
Complementary color
Monochromatic Colors of #CFF186
Black with #CFF186
Text Example
Text Example
White with #CFF186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF186; }
p { color: rgb(207,241,134); }
H1.HeaderClassName
{
color: #CFF186;
}
.AnyTagClassName
{
color: #CFF186;
}
</style>
background-color css
<style>
a { background-color: #CFF186; }
a { background-color: rgb(207,241,134); }
div.DivClassName
{
background-color: #CFF186;
}
.BgClassName
{
background-color: #CFF186;
}
</style>
border-color css
<style>
span { border-color: #CFF186; }
span { border-color: rgb(207,241,134); }
td.TdClassName
{
border-color: #CFF186;
}
.TagClassName
{
border-color: #CFF186;
}
</style>