Shades of Sulu #CFFC8B
Tints of Sulu #CFFC8B
RGB
CMYK
RGB Variations
Color information
#CFFC8B (or 0xCFFC8B) is known color: Sulu. HEX triplet: CF, FC and 8B. RGB value is (207,252,139). Sum of RGB (Red+Green+Blue) = 207+252+139=598 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.62% from 598); Green value is 252 (98.83% from 255 or 42.14% from 598); Blue value is 139 (54.69% from 255 or 23.24% from 598); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFC8B is #300374. Grayscale: #E2E2E2. Windows color (decimal): -3146613 or 9174223. OLE color: 9174223.
HSL color Cylindrical-coordinate representation of color #CFFC8B: hue angle of 83.89º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CFFC8B is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 252 | 139 | - |
| CMYK | 0.18 | 0 | 0.45 | 0.01 |
| HSL | 83.89º | 0.95% | 0.77% | - |
| HSV(B) | 83.89º | 0.45% | 0.99% | - |
| XYZ | 65.2 | 84.75 | 37.35 | - |
| YUV | 225.66 | 79.09 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 252 | 139 | 0.18 | 0 | 0.45 | 0.01 | 83.89 | 0.95 | 0.77 |
| Hex | CF | FC | 8B | 12 | 0 | 2D | 1 | 54 | 5F | 4D |
| Octal | 317 | 374 | 213 | 22 | 0 | 55 | 1 | 124 | 137 | 115 |
| Binary | 11001111 | 11111100 | 10001011 | 10010 | 0 | 101101 | 1 | 1010100 | 1011111 | 1001101 |
Color Harmonies of #CFFC8B
Complementary color
Monochromatic Colors of #CFFC8B
Black with #CFFC8B
Text Example
Text Example
White with #CFFC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFC8B; }
p { color: rgb(207,252,139); }
H1.HeaderClassName
{
color: #CFFC8B;
}
.AnyTagClassName
{
color: #CFFC8B;
}
</style>
background-color css
<style>
a { background-color: #CFFC8B; }
a { background-color: rgb(207,252,139); }
div.DivClassName
{
background-color: #CFFC8B;
}
.BgClassName
{
background-color: #CFFC8B;
}
</style>
border-color css
<style>
span { border-color: #CFFC8B; }
span { border-color: rgb(207,252,139); }
td.TdClassName
{
border-color: #CFFC8B;
}
.TagClassName
{
border-color: #CFFC8B;
}
</style>