Shades of Sulu #CFE384
Tints of Sulu #CFE384
RGB
CMYK
RGB Variations
Color information
#CFE384 (or 0xCFE384) is known color: Sulu. HEX triplet: CF, E3 and 84. RGB value is (207,227,132). Sum of RGB (Red+Green+Blue) = 207+227+132=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 227 (89.06% from 255 or 40.11% from 566); Blue value is 132 (51.95% from 255 or 23.32% from 566); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE384 is #301C7B. Grayscale: #D2D2D2. Windows color (decimal): -3153020 or 8709071. OLE color: 8709071.
HSL color Cylindrical-coordinate representation of color #CFE384: hue angle of 72.63º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFE384 is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 227 | 132 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.11 |
| HSL | 72.63º | 0.63% | 0.7% | - |
| HSV(B) | 72.63º | 0.42% | 0.89% | - |
| XYZ | 57.37 | 69.87 | 32.29 | - |
| YUV | 210.19 | 83.87 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 132 | 0.09 | 0 | 0.42 | 0.11 | 72.63 | 0.63 | 0.7 |
| Hex | CF | E3 | 84 | 9 | 0 | 2A | B | 49 | 3F | 46 |
| Octal | 317 | 343 | 204 | 11 | 0 | 52 | 13 | 111 | 77 | 106 |
| Binary | 11001111 | 11100011 | 10000100 | 1001 | 0 | 101010 | 1011 | 1001001 | 111111 | 1000110 |
Color Harmonies of #CFE384
Complementary color
Monochromatic Colors of #CFE384
Black with #CFE384
Text Example
Text Example
White with #CFE384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE384; }
p { color: rgb(207,227,132); }
H1.HeaderClassName
{
color: #CFE384;
}
.AnyTagClassName
{
color: #CFE384;
}
</style>
background-color css
<style>
a { background-color: #CFE384; }
a { background-color: rgb(207,227,132); }
div.DivClassName
{
background-color: #CFE384;
}
.BgClassName
{
background-color: #CFE384;
}
</style>
border-color css
<style>
span { border-color: #CFE384; }
span { border-color: rgb(207,227,132); }
td.TdClassName
{
border-color: #CFE384;
}
.TagClassName
{
border-color: #CFE384;
}
</style>