Shades of Sulu #CFFE85
Tints of Sulu #CFFE85
RGB
CMYK
RGB Variations
Color information
#CFFE85 (or 0xCFFE85) is known color: Sulu. HEX triplet: CF, FE and 85. RGB value is (207,254,133). Sum of RGB (Red+Green+Blue) = 207+254+133=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 254 (99.61% from 255 or 42.76% from 594); Blue value is 133 (52.34% from 255 or 22.39% from 594); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFE85 is #30017A. Grayscale: #E2E2E2. Windows color (decimal): -3146107 or 8781519. OLE color: 8781519.
HSL color Cylindrical-coordinate representation of color #CFFE85: hue angle of 83.31º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CFFE85 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 133 | - |
| CMYK | 0.19 | 0 | 0.48 | 0.00 |
| HSL | 83.31º | 0.98% | 0.76% | - |
| HSV(B) | 83.31º | 0.48% | 1% | - |
| XYZ | 65.41 | 85.84 | 35.31 | - |
| YUV | 226.15 | 75.43 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 133 | 0.19 | 0 | 0.48 | 0.00 | 83.31 | 0.98 | 0.76 |
| Hex | CF | FE | 85 | 13 | 0 | 30 | 0 | 53 | 62 | 4C |
| Octal | 317 | 376 | 205 | 23 | 0 | 60 | 0 | 123 | 142 | 114 |
| Binary | 11001111 | 11111110 | 10000101 | 10011 | 0 | 110000 | 0 | 1010011 | 1100010 | 1001100 |
Color Harmonies of #CFFE85
Complementary color
Monochromatic Colors of #CFFE85
Black with #CFFE85
Text Example
Text Example
White with #CFFE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFE85; }
p { color: rgb(207,254,133); }
H1.HeaderClassName
{
color: #CFFE85;
}
.AnyTagClassName
{
color: #CFFE85;
}
</style>
background-color css
<style>
a { background-color: #CFFE85; }
a { background-color: rgb(207,254,133); }
div.DivClassName
{
background-color: #CFFE85;
}
.BgClassName
{
background-color: #CFFE85;
}
</style>
border-color css
<style>
span { border-color: #CFFE85; }
span { border-color: rgb(207,254,133); }
td.TdClassName
{
border-color: #CFFE85;
}
.TagClassName
{
border-color: #CFFE85;
}
</style>