Shades of Sulu #CFED84
Tints of Sulu #CFED84
RGB
CMYK
RGB Variations
Color information
#CFED84 (or 0xCFED84) is known color: Sulu. HEX triplet: CF, ED and 84. RGB value is (207,237,132). Sum of RGB (Red+Green+Blue) = 207+237+132=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 237 (92.97% from 255 or 41.15% from 576); Blue value is 132 (51.95% from 255 or 22.92% from 576); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFED84 is #30127B. Grayscale: #D8D8D8. Windows color (decimal): -3150460 or 8711631. OLE color: 8711631.
HSL color Cylindrical-coordinate representation of color #CFED84: hue angle of 77.14º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFED84 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 132 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.07 |
| HSL | 77.14º | 0.74% | 0.72% | - |
| HSV(B) | 77.14º | 0.44% | 0.93% | - |
| XYZ | 60.18 | 75.5 | 33.23 | - |
| YUV | 216.06 | 80.56 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 132 | 0.13 | 0 | 0.44 | 0.07 | 77.14 | 0.74 | 0.72 |
| Hex | CF | ED | 84 | D | 0 | 2C | 7 | 4D | 4A | 48 |
| Octal | 317 | 355 | 204 | 15 | 0 | 54 | 7 | 115 | 112 | 110 |
| Binary | 11001111 | 11101101 | 10000100 | 1101 | 0 | 101100 | 111 | 1001101 | 1001010 | 1001000 |
Color Harmonies of #CFED84
Complementary color
Monochromatic Colors of #CFED84
Black with #CFED84
Text Example
Text Example
White with #CFED84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFED84; }
p { color: rgb(207,237,132); }
H1.HeaderClassName
{
color: #CFED84;
}
.AnyTagClassName
{
color: #CFED84;
}
</style>
background-color css
<style>
a { background-color: #CFED84; }
a { background-color: rgb(207,237,132); }
div.DivClassName
{
background-color: #CFED84;
}
.BgClassName
{
background-color: #CFED84;
}
</style>
border-color css
<style>
span { border-color: #CFED84; }
span { border-color: rgb(207,237,132); }
td.TdClassName
{
border-color: #CFED84;
}
.TagClassName
{
border-color: #CFED84;
}
</style>