Shades of Sulu #CFE084
Tints of Sulu #CFE084
RGB
CMYK
RGB Variations
Color information
#CFE084 (or 0xCFE084) is known color: Sulu. HEX triplet: CF, E0 and 84. RGB value is (207,224,132). Sum of RGB (Red+Green+Blue) = 207+224+132=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 224 (87.89% from 255 or 39.79% from 563); Blue value is 132 (51.95% from 255 or 23.45% from 563); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE084 is #301F7B. Grayscale: #D0D0D0. Windows color (decimal): -3153788 or 8708303. OLE color: 8708303.
HSL color Cylindrical-coordinate representation of color #CFE084: hue angle of 71.09º degrees, saturation: 0.6, 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 #CFE084 is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 224 | 132 | - |
| CMYK | 0.08 | 0 | 0.41 | 0.12 |
| HSL | 71.09º | 0.6% | 0.7% | - |
| HSV(B) | 71.09º | 0.41% | 0.88% | - |
| XYZ | 56.55 | 68.24 | 32.02 | - |
| YUV | 208.43 | 84.87 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 224 | 132 | 0.08 | 0 | 0.41 | 0.12 | 71.09 | 0.6 | 0.7 |
| Hex | CF | E0 | 84 | 8 | 0 | 29 | C | 47 | 3C | 46 |
| Octal | 317 | 340 | 204 | 10 | 0 | 51 | 14 | 107 | 74 | 106 |
| Binary | 11001111 | 11100000 | 10000100 | 1000 | 0 | 101001 | 1100 | 1000111 | 111100 | 1000110 |
Color Harmonies of #CFE084
Complementary color
Monochromatic Colors of #CFE084
Black with #CFE084
Text Example
Text Example
White with #CFE084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE084; }
p { color: rgb(207,224,132); }
H1.HeaderClassName
{
color: #CFE084;
}
.AnyTagClassName
{
color: #CFE084;
}
</style>
background-color css
<style>
a { background-color: #CFE084; }
a { background-color: rgb(207,224,132); }
div.DivClassName
{
background-color: #CFE084;
}
.BgClassName
{
background-color: #CFE084;
}
</style>
border-color css
<style>
span { border-color: #CFE084; }
span { border-color: rgb(207,224,132); }
td.TdClassName
{
border-color: #CFE084;
}
.TagClassName
{
border-color: #CFE084;
}
</style>