Shades of Sulu #CFF18B
Tints of Sulu #CFF18B
RGB
CMYK
RGB Variations
Color information
#CFF18B (or 0xCFF18B) is known color: Sulu. HEX triplet: CF, F1 and 8B. RGB value is (207,241,139). Sum of RGB (Red+Green+Blue) = 207+241+139=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 241 (94.53% from 255 or 41.06% from 587); Blue value is 139 (54.69% from 255 or 23.68% from 587); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF18B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF18B is #300E74. Grayscale: #DBDBDB. Windows color (decimal): -3149429 or 9171407. OLE color: 9171407.
HSL color Cylindrical-coordinate representation of color #CFF18B: hue angle of 80º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFF18B is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 139 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.05 |
| HSL | 80º | 0.78% | 0.75% | - |
| HSV(B) | 80º | 0.42% | 0.95% | - |
| XYZ | 61.85 | 78.04 | 36.23 | - |
| YUV | 219.21 | 82.74 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 139 | 0.14 | 0 | 0.42 | 0.05 | 80 | 0.78 | 0.75 |
| Hex | CF | F1 | 8B | E | 0 | 2A | 5 | 50 | 4E | 4B |
| Octal | 317 | 361 | 213 | 16 | 0 | 52 | 5 | 120 | 116 | 113 |
| Binary | 11001111 | 11110001 | 10001011 | 1110 | 0 | 101010 | 101 | 1010000 | 1001110 | 1001011 |
Color Harmonies of #CFF18B
Complementary color
Monochromatic Colors of #CFF18B
Black with #CFF18B
Text Example
Text Example
White with #CFF18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF18B; }
p { color: rgb(207,241,139); }
H1.HeaderClassName
{
color: #CFF18B;
}
.AnyTagClassName
{
color: #CFF18B;
}
</style>
background-color css
<style>
a { background-color: #CFF18B; }
a { background-color: rgb(207,241,139); }
div.DivClassName
{
background-color: #CFF18B;
}
.BgClassName
{
background-color: #CFF18B;
}
</style>
border-color css
<style>
span { border-color: #CFF18B; }
span { border-color: rgb(207,241,139); }
td.TdClassName
{
border-color: #CFF18B;
}
.TagClassName
{
border-color: #CFF18B;
}
</style>