Shades of Sulu #CFEA85
Tints of Sulu #CFEA85
RGB
CMYK
RGB Variations
Color information
#CFEA85 (or 0xCFEA85) is known color: Sulu. HEX triplet: CF, EA and 85. RGB value is (207,234,133). Sum of RGB (Red+Green+Blue) = 207+234+133=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 234 (91.80% from 255 or 40.77% from 574); Blue value is 133 (52.34% from 255 or 23.17% from 574); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEA85 is #30157A. Grayscale: #D6D6D6. Windows color (decimal): -3151227 or 8776399. OLE color: 8776399.
HSL color Cylindrical-coordinate representation of color #CFEA85: hue angle of 76.04º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFEA85 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 234 | 133 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.08 |
| HSL | 76.04º | 0.71% | 0.72% | - |
| HSV(B) | 76.04º | 0.43% | 0.92% | - |
| XYZ | 59.39 | 73.8 | 33.31 | - |
| YUV | 214.41 | 82.05 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 234 | 133 | 0.12 | 0 | 0.43 | 0.08 | 76.04 | 0.71 | 0.72 |
| Hex | CF | EA | 85 | C | 0 | 2B | 8 | 4C | 47 | 48 |
| Octal | 317 | 352 | 205 | 14 | 0 | 53 | 10 | 114 | 107 | 110 |
| Binary | 11001111 | 11101010 | 10000101 | 1100 | 0 | 101011 | 1000 | 1001100 | 1000111 | 1001000 |
Color Harmonies of #CFEA85
Complementary color
Monochromatic Colors of #CFEA85
Black with #CFEA85
Text Example
Text Example
White with #CFEA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEA85; }
p { color: rgb(207,234,133); }
H1.HeaderClassName
{
color: #CFEA85;
}
.AnyTagClassName
{
color: #CFEA85;
}
</style>
background-color css
<style>
a { background-color: #CFEA85; }
a { background-color: rgb(207,234,133); }
div.DivClassName
{
background-color: #CFEA85;
}
.BgClassName
{
background-color: #CFEA85;
}
</style>
border-color css
<style>
span { border-color: #CFEA85; }
span { border-color: rgb(207,234,133); }
td.TdClassName
{
border-color: #CFEA85;
}
.TagClassName
{
border-color: #CFEA85;
}
</style>