Shades of Sulu #CFF386
Tints of Sulu #CFF386
RGB
CMYK
RGB Variations
Color information
#CFF386 (or 0xCFF386) is known color: Sulu. HEX triplet: CF, F3 and 86. RGB value is (207,243,134). Sum of RGB (Red+Green+Blue) = 207+243+134=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 243 (95.31% from 255 or 41.61% from 584); Blue value is 134 (52.73% from 255 or 22.95% from 584); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF386 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF386 is #300C79. Grayscale: #DCDCDC. Windows color (decimal): -3148922 or 8844239. OLE color: 8844239.
HSL color Cylindrical-coordinate representation of color #CFF386: hue angle of 79.82º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CFF386 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 134 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.05 |
| HSL | 79.82º | 0.82% | 0.74% | - |
| HSV(B) | 79.82º | 0.45% | 0.95% | - |
| XYZ | 62.09 | 79.09 | 34.55 | - |
| YUV | 219.81 | 79.57 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 134 | 0.15 | 0 | 0.45 | 0.05 | 79.82 | 0.82 | 0.74 |
| Hex | CF | F3 | 86 | F | 0 | 2D | 5 | 50 | 52 | 4A |
| Octal | 317 | 363 | 206 | 17 | 0 | 55 | 5 | 120 | 122 | 112 |
| Binary | 11001111 | 11110011 | 10000110 | 1111 | 0 | 101101 | 101 | 1010000 | 1010010 | 1001010 |
Color Harmonies of #CFF386
Complementary color
Monochromatic Colors of #CFF386
Black with #CFF386
Text Example
Text Example
White with #CFF386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF386; }
p { color: rgb(207,243,134); }
H1.HeaderClassName
{
color: #CFF386;
}
.AnyTagClassName
{
color: #CFF386;
}
</style>
background-color css
<style>
a { background-color: #CFF386; }
a { background-color: rgb(207,243,134); }
div.DivClassName
{
background-color: #CFF386;
}
.BgClassName
{
background-color: #CFF386;
}
</style>
border-color css
<style>
span { border-color: #CFF386; }
span { border-color: rgb(207,243,134); }
td.TdClassName
{
border-color: #CFF386;
}
.TagClassName
{
border-color: #CFF386;
}
</style>