Shades of Sulu #CFFF8A
Tints of Sulu #CFFF8A
RGB
CMYK
RGB Variations
Color information
#CFFF8A (or 0xCFFF8A) is known color: Sulu. HEX triplet: CF, FF and 8A. RGB value is (207,255,138). Sum of RGB (Red+Green+Blue) = 207+255+138=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 255 (100% from 255 or 42.5% from 600); Blue value is 138 (54.30% from 255 or 23% from 600); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFF8A is #300075. Grayscale: #E3E3E3. Windows color (decimal): -3145846 or 9109455. OLE color: 9109455.
HSL color Cylindrical-coordinate representation of color #CFFF8A: hue angle of 84.62º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFFF8A is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 138 | - |
| CMYK | 0.19 | 0 | 0.46 | 0 |
| HSL | 84.62º | 1% | 0.77% | - |
| HSV(B) | 84.62º | 0.46% | 1% | - |
| XYZ | 66.08 | 86.62 | 37.28 | - |
| YUV | 227.31 | 77.6 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 138 | 0.19 | 0 | 0.46 | 0 | 84.62 | 1 | 0.77 |
| Hex | CF | FF | 8A | 13 | 0 | 2E | 0 | 55 | 64 | 4D |
| Octal | 317 | 377 | 212 | 23 | 0 | 56 | 0 | 125 | 144 | 115 |
| Binary | 11001111 | 11111111 | 10001010 | 10011 | 0 | 101110 | 0 | 1010101 | 1100100 | 1001101 |
Color Harmonies of #CFFF8A
Complementary color
Monochromatic Colors of #CFFF8A
Black with #CFFF8A
Text Example
Text Example
White with #CFFF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF8A; }
p { color: rgb(207,255,138); }
H1.HeaderClassName
{
color: #CFFF8A;
}
.AnyTagClassName
{
color: #CFFF8A;
}
</style>
background-color css
<style>
a { background-color: #CFFF8A; }
a { background-color: rgb(207,255,138); }
div.DivClassName
{
background-color: #CFFF8A;
}
.BgClassName
{
background-color: #CFFF8A;
}
</style>
border-color css
<style>
span { border-color: #CFFF8A; }
span { border-color: rgb(207,255,138); }
td.TdClassName
{
border-color: #CFFF8A;
}
.TagClassName
{
border-color: #CFFF8A;
}
</style>