Shades of Sulu #CFF48D
Tints of Sulu #CFF48D
RGB
CMYK
RGB Variations
Color information
#CFF48D (or 0xCFF48D) is known color: Sulu. HEX triplet: CF, F4 and 8D. RGB value is (207,244,141). Sum of RGB (Red+Green+Blue) = 207+244+141=592 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.97% from 592); Green value is 244 (95.70% from 255 or 41.22% from 592); Blue value is 141 (55.47% from 255 or 23.82% from 592); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF48D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF48D is #300B72. Grayscale: #DDDDDD. Windows color (decimal): -3148659 or 9303247. OLE color: 9303247.
HSL color Cylindrical-coordinate representation of color #CFF48D: hue angle of 81.55º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFF48D is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 141 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.04 |
| HSL | 81.55º | 0.82% | 0.75% | - |
| HSV(B) | 81.55º | 0.42% | 0.96% | - |
| XYZ | 62.89 | 79.89 | 37.3 | - |
| YUV | 221.2 | 82.74 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 141 | 0.15 | 0 | 0.42 | 0.04 | 81.55 | 0.82 | 0.75 |
| Hex | CF | F4 | 8D | F | 0 | 2A | 4 | 52 | 52 | 4B |
| Octal | 317 | 364 | 215 | 17 | 0 | 52 | 4 | 122 | 122 | 113 |
| Binary | 11001111 | 11110100 | 10001101 | 1111 | 0 | 101010 | 100 | 1010010 | 1010010 | 1001011 |
Color Harmonies of #CFF48D
Complementary color
Monochromatic Colors of #CFF48D
Black with #CFF48D
Text Example
Text Example
White with #CFF48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF48D; }
p { color: rgb(207,244,141); }
H1.HeaderClassName
{
color: #CFF48D;
}
.AnyTagClassName
{
color: #CFF48D;
}
</style>
background-color css
<style>
a { background-color: #CFF48D; }
a { background-color: rgb(207,244,141); }
div.DivClassName
{
background-color: #CFF48D;
}
.BgClassName
{
background-color: #CFF48D;
}
</style>
border-color css
<style>
span { border-color: #CFF48D; }
span { border-color: rgb(207,244,141); }
td.TdClassName
{
border-color: #CFF48D;
}
.TagClassName
{
border-color: #CFF48D;
}
</style>