Shades of Sulu #CFFE8A
Tints of Sulu #CFFE8A
RGB
CMYK
RGB Variations
Color information
#CFFE8A (or 0xCFFE8A) is known color: Sulu. HEX triplet: CF, FE and 8A. RGB value is (207,254,138). Sum of RGB (Red+Green+Blue) = 207+254+138=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 254 (99.61% from 255 or 42.40% from 599); Blue value is 138 (54.30% from 255 or 23.04% from 599); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFE8A is #300175. Grayscale: #E3E3E3. Windows color (decimal): -3146102 or 9109199. OLE color: 9109199.
HSL color Cylindrical-coordinate representation of color #CFFE8A: hue angle of 84.31º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFFE8A is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 138 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.00 |
| HSL | 84.31º | 0.98% | 0.77% | - |
| HSV(B) | 84.31º | 0.46% | 1% | - |
| XYZ | 65.76 | 85.98 | 37.18 | - |
| YUV | 226.72 | 77.93 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 138 | 0.19 | 0 | 0.46 | 0.00 | 84.31 | 0.98 | 0.77 |
| Hex | CF | FE | 8A | 13 | 0 | 2E | 0 | 54 | 62 | 4D |
| Octal | 317 | 376 | 212 | 23 | 0 | 56 | 0 | 124 | 142 | 115 |
| Binary | 11001111 | 11111110 | 10001010 | 10011 | 0 | 101110 | 0 | 1010100 | 1100010 | 1001101 |
Color Harmonies of #CFFE8A
Complementary color
Monochromatic Colors of #CFFE8A
Black with #CFFE8A
Text Example
Text Example
White with #CFFE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFE8A; }
p { color: rgb(207,254,138); }
H1.HeaderClassName
{
color: #CFFE8A;
}
.AnyTagClassName
{
color: #CFFE8A;
}
</style>
background-color css
<style>
a { background-color: #CFFE8A; }
a { background-color: rgb(207,254,138); }
div.DivClassName
{
background-color: #CFFE8A;
}
.BgClassName
{
background-color: #CFFE8A;
}
</style>
border-color css
<style>
span { border-color: #CFFE8A; }
span { border-color: rgb(207,254,138); }
td.TdClassName
{
border-color: #CFFE8A;
}
.TagClassName
{
border-color: #CFFE8A;
}
</style>