Shades of Sulu #CFE085
Tints of Sulu #CFE085
RGB
CMYK
RGB Variations
Color information
#CFE085 (or 0xCFE085) is known color: Sulu. HEX triplet: CF, E0 and 85. RGB value is (207,224,133). Sum of RGB (Red+Green+Blue) = 207+224+133=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 224 (87.89% from 255 or 39.72% from 564); Blue value is 133 (52.34% from 255 or 23.58% from 564); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE085 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE085 is #301F7A. Grayscale: #D0D0D0. Windows color (decimal): -3153787 or 8773839. OLE color: 8773839.
HSL color Cylindrical-coordinate representation of color #CFE085: hue angle of 71.21º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CFE085 is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 224 | 133 | - |
| CMYK | 0.08 | 0 | 0.41 | 0.12 |
| HSL | 71.21º | 0.59% | 0.7% | - |
| HSV(B) | 71.21º | 0.41% | 0.88% | - |
| XYZ | 56.62 | 68.27 | 32.38 | - |
| YUV | 208.54 | 85.37 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 224 | 133 | 0.08 | 0 | 0.41 | 0.12 | 71.21 | 0.59 | 0.7 |
| Hex | CF | E0 | 85 | 8 | 0 | 29 | C | 47 | 3B | 46 |
| Octal | 317 | 340 | 205 | 10 | 0 | 51 | 14 | 107 | 73 | 106 |
| Binary | 11001111 | 11100000 | 10000101 | 1000 | 0 | 101001 | 1100 | 1000111 | 111011 | 1000110 |
Color Harmonies of #CFE085
Complementary color
Monochromatic Colors of #CFE085
Black with #CFE085
Text Example
Text Example
White with #CFE085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE085; }
p { color: rgb(207,224,133); }
H1.HeaderClassName
{
color: #CFE085;
}
.AnyTagClassName
{
color: #CFE085;
}
</style>
background-color css
<style>
a { background-color: #CFE085; }
a { background-color: rgb(207,224,133); }
div.DivClassName
{
background-color: #CFE085;
}
.BgClassName
{
background-color: #CFE085;
}
</style>
border-color css
<style>
span { border-color: #CFE085; }
span { border-color: rgb(207,224,133); }
td.TdClassName
{
border-color: #CFE085;
}
.TagClassName
{
border-color: #CFE085;
}
</style>