Shades of Sulu #CFE484
Tints of Sulu #CFE484
RGB
CMYK
RGB Variations
Color information
#CFE484 (or 0xCFE484) is known color: Sulu. HEX triplet: CF, E4 and 84. RGB value is (207,228,132). Sum of RGB (Red+Green+Blue) = 207+228+132=567 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.51% from 567); Green value is 228 (89.45% from 255 or 40.21% from 567); Blue value is 132 (51.95% from 255 or 23.28% from 567); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE484 is #301B7B. Grayscale: #D3D3D3. Windows color (decimal): -3152764 or 8709327. OLE color: 8709327.
HSL color Cylindrical-coordinate representation of color #CFE484: hue angle of 73.12º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFE484 is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 132 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.11 |
| HSL | 73.13º | 0.64% | 0.71% | - |
| HSV(B) | 73.13º | 0.42% | 0.89% | - |
| XYZ | 57.64 | 70.42 | 32.38 | - |
| YUV | 210.78 | 83.54 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 132 | 0.09 | 0 | 0.42 | 0.11 | 73.13 | 0.64 | 0.71 |
| Hex | CF | E4 | 84 | 9 | 0 | 2A | B | 49 | 40 | 47 |
| Octal | 317 | 344 | 204 | 11 | 0 | 52 | 13 | 111 | 100 | 107 |
| Binary | 11001111 | 11100100 | 10000100 | 1001 | 0 | 101010 | 1011 | 1001001 | 1000000 | 1000111 |
Color Harmonies of #CFE484
Complementary color
Monochromatic Colors of #CFE484
Black with #CFE484
Text Example
Text Example
White with #CFE484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE484; }
p { color: rgb(207,228,132); }
H1.HeaderClassName
{
color: #CFE484;
}
.AnyTagClassName
{
color: #CFE484;
}
</style>
background-color css
<style>
a { background-color: #CFE484; }
a { background-color: rgb(207,228,132); }
div.DivClassName
{
background-color: #CFE484;
}
.BgClassName
{
background-color: #CFE484;
}
</style>
border-color css
<style>
span { border-color: #CFE484; }
span { border-color: rgb(207,228,132); }
td.TdClassName
{
border-color: #CFE484;
}
.TagClassName
{
border-color: #CFE484;
}
</style>