Shades of Sulu #CFE486
Tints of Sulu #CFE486
RGB
CMYK
RGB Variations
Color information
#CFE486 (or 0xCFE486) is known color: Sulu. HEX triplet: CF, E4 and 86. RGB value is (207,228,134). Sum of RGB (Red+Green+Blue) = 207+228+134=569 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.38% from 569); Green value is 228 (89.45% from 255 or 40.07% from 569); Blue value is 134 (52.73% from 255 or 23.55% from 569); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE486 is #301B79. Grayscale: #D3D3D3. Windows color (decimal): -3152762 or 8840399. OLE color: 8840399.
HSL color Cylindrical-coordinate representation of color #CFE486: hue angle of 73.4º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CFE486 is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 134 | - |
| CMYK | 0.09 | 0 | 0.41 | 0.11 |
| HSL | 73.4º | 0.64% | 0.71% | - |
| HSV(B) | 73.4º | 0.41% | 0.89% | - |
| XYZ | 57.78 | 70.47 | 33.11 | - |
| YUV | 211.01 | 84.54 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 134 | 0.09 | 0 | 0.41 | 0.11 | 73.4 | 0.64 | 0.71 |
| Hex | CF | E4 | 86 | 9 | 0 | 29 | B | 49 | 40 | 47 |
| Octal | 317 | 344 | 206 | 11 | 0 | 51 | 13 | 111 | 100 | 107 |
| Binary | 11001111 | 11100100 | 10000110 | 1001 | 0 | 101001 | 1011 | 1001001 | 1000000 | 1000111 |
Color Harmonies of #CFE486
Complementary color
Monochromatic Colors of #CFE486
Black with #CFE486
Text Example
Text Example
White with #CFE486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE486; }
p { color: rgb(207,228,134); }
H1.HeaderClassName
{
color: #CFE486;
}
.AnyTagClassName
{
color: #CFE486;
}
</style>
background-color css
<style>
a { background-color: #CFE486; }
a { background-color: rgb(207,228,134); }
div.DivClassName
{
background-color: #CFE486;
}
.BgClassName
{
background-color: #CFE486;
}
</style>
border-color css
<style>
span { border-color: #CFE486; }
span { border-color: rgb(207,228,134); }
td.TdClassName
{
border-color: #CFE486;
}
.TagClassName
{
border-color: #CFE486;
}
</style>