Shades of Sulu #CFF388
Tints of Sulu #CFF388
RGB
CMYK
RGB Variations
Color information
#CFF388 (or 0xCFF388) is known color: Sulu. HEX triplet: CF, F3 and 88. RGB value is (207,243,136). Sum of RGB (Red+Green+Blue) = 207+243+136=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 243 (95.31% from 255 or 41.47% from 586); Blue value is 136 (53.52% from 255 or 23.21% from 586); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF388 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF388 is #300C77. Grayscale: #DCDCDC. Windows color (decimal): -3148920 or 8975311. OLE color: 8975311.
HSL color Cylindrical-coordinate representation of color #CFF388: hue angle of 80.19º degrees, saturation: 0.82, 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 #CFF388 is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 136 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.05 |
| HSL | 80.19º | 0.82% | 0.74% | - |
| HSV(B) | 80.19º | 0.44% | 0.95% | - |
| XYZ | 62.23 | 79.14 | 35.29 | - |
| YUV | 220.04 | 80.57 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 136 | 0.15 | 0 | 0.44 | 0.05 | 80.19 | 0.82 | 0.74 |
| Hex | CF | F3 | 88 | F | 0 | 2C | 5 | 50 | 52 | 4A |
| Octal | 317 | 363 | 210 | 17 | 0 | 54 | 5 | 120 | 122 | 112 |
| Binary | 11001111 | 11110011 | 10001000 | 1111 | 0 | 101100 | 101 | 1010000 | 1010010 | 1001010 |
Color Harmonies of #CFF388
Complementary color
Monochromatic Colors of #CFF388
Black with #CFF388
Text Example
Text Example
White with #CFF388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF388; }
p { color: rgb(207,243,136); }
H1.HeaderClassName
{
color: #CFF388;
}
.AnyTagClassName
{
color: #CFF388;
}
</style>
background-color css
<style>
a { background-color: #CFF388; }
a { background-color: rgb(207,243,136); }
div.DivClassName
{
background-color: #CFF388;
}
.BgClassName
{
background-color: #CFF388;
}
</style>
border-color css
<style>
span { border-color: #CFF388; }
span { border-color: rgb(207,243,136); }
td.TdClassName
{
border-color: #CFF388;
}
.TagClassName
{
border-color: #CFF388;
}
</style>