Shades of Sulu #CFF485
Tints of Sulu #CFF485
RGB
CMYK
RGB Variations
Color information
#CFF485 (or 0xCFF485) is known color: Sulu. HEX triplet: CF, F4 and 85. RGB value is (207,244,133). Sum of RGB (Red+Green+Blue) = 207+244+133=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 244 (95.70% from 255 or 41.78% from 584); Blue value is 133 (52.34% from 255 or 22.77% from 584); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF485 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF485 is #300B7A. Grayscale: #DCDCDC. Windows color (decimal): -3148667 or 8778959. OLE color: 8778959.
HSL color Cylindrical-coordinate representation of color #CFF485: hue angle of 80º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CFF485 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 133 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.04 |
| HSL | 80º | 0.83% | 0.74% | - |
| HSV(B) | 80º | 0.45% | 0.96% | - |
| XYZ | 62.32 | 79.66 | 34.28 | - |
| YUV | 220.28 | 78.74 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 133 | 0.15 | 0 | 0.45 | 0.04 | 80 | 0.83 | 0.74 |
| Hex | CF | F4 | 85 | F | 0 | 2D | 4 | 50 | 53 | 4A |
| Octal | 317 | 364 | 205 | 17 | 0 | 55 | 4 | 120 | 123 | 112 |
| Binary | 11001111 | 11110100 | 10000101 | 1111 | 0 | 101101 | 100 | 1010000 | 1010011 | 1001010 |
Color Harmonies of #CFF485
Complementary color
Monochromatic Colors of #CFF485
Black with #CFF485
Text Example
Text Example
White with #CFF485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF485; }
p { color: rgb(207,244,133); }
H1.HeaderClassName
{
color: #CFF485;
}
.AnyTagClassName
{
color: #CFF485;
}
</style>
background-color css
<style>
a { background-color: #CFF485; }
a { background-color: rgb(207,244,133); }
div.DivClassName
{
background-color: #CFF485;
}
.BgClassName
{
background-color: #CFF485;
}
</style>
border-color css
<style>
span { border-color: #CFF485; }
span { border-color: rgb(207,244,133); }
td.TdClassName
{
border-color: #CFF485;
}
.TagClassName
{
border-color: #CFF485;
}
</style>