Shades of Sulu #CFF385
Tints of Sulu #CFF385
RGB
CMYK
RGB Variations
Color information
#CFF385 (or 0xCFF385) is known color: Sulu. HEX triplet: CF, F3 and 85. RGB value is (207,243,133). Sum of RGB (Red+Green+Blue) = 207+243+133=583 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.51% from 583); Green value is 243 (95.31% from 255 or 41.68% from 583); Blue value is 133 (52.34% from 255 or 22.81% from 583); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF385 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF385 is #300C7A. Grayscale: #DCDCDC. Windows color (decimal): -3148923 or 8778703. OLE color: 8778703.
HSL color Cylindrical-coordinate representation of color #CFF385: hue angle of 79.64º 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 #CFF385 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 133 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.05 |
| HSL | 79.64º | 0.82% | 0.74% | - |
| HSV(B) | 79.64º | 0.45% | 0.95% | - |
| XYZ | 62.02 | 79.06 | 34.18 | - |
| YUV | 219.7 | 79.07 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 133 | 0.15 | 0 | 0.45 | 0.05 | 79.64 | 0.82 | 0.74 |
| Hex | CF | F3 | 85 | F | 0 | 2D | 5 | 50 | 52 | 4A |
| Octal | 317 | 363 | 205 | 17 | 0 | 55 | 5 | 120 | 122 | 112 |
| Binary | 11001111 | 11110011 | 10000101 | 1111 | 0 | 101101 | 101 | 1010000 | 1010010 | 1001010 |
Color Harmonies of #CFF385
Complementary color
Monochromatic Colors of #CFF385
Black with #CFF385
Text Example
Text Example
White with #CFF385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF385; }
p { color: rgb(207,243,133); }
H1.HeaderClassName
{
color: #CFF385;
}
.AnyTagClassName
{
color: #CFF385;
}
</style>
background-color css
<style>
a { background-color: #CFF385; }
a { background-color: rgb(207,243,133); }
div.DivClassName
{
background-color: #CFF385;
}
.BgClassName
{
background-color: #CFF385;
}
</style>
border-color css
<style>
span { border-color: #CFF385; }
span { border-color: rgb(207,243,133); }
td.TdClassName
{
border-color: #CFF385;
}
.TagClassName
{
border-color: #CFF385;
}
</style>