Shades of Sulu #CFE383
Tints of Sulu #CFE383
RGB
CMYK
RGB Variations
Color information
#CFE383 (or 0xCFE383) is known color: Sulu. HEX triplet: CF, E3 and 83. RGB value is (207,227,131). Sum of RGB (Red+Green+Blue) = 207+227+131=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 227 (89.06% from 255 or 40.18% from 565); Blue value is 131 (51.56% from 255 or 23.19% from 565); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE383 is #301C7C. Grayscale: #D2D2D2. Windows color (decimal): -3153021 or 8643535. OLE color: 8643535.
HSL color Cylindrical-coordinate representation of color #CFE383: hue angle of 72.5º 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 #CFE383 is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 227 | 131 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.11 |
| HSL | 72.5º | 0.63% | 0.7% | - |
| HSV(B) | 72.5º | 0.42% | 0.89% | - |
| XYZ | 57.3 | 69.84 | 31.93 | - |
| YUV | 210.08 | 83.37 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 131 | 0.09 | 0 | 0.42 | 0.11 | 72.5 | 0.63 | 0.7 |
| Hex | CF | E3 | 83 | 9 | 0 | 2A | B | 48 | 3F | 46 |
| Octal | 317 | 343 | 203 | 11 | 0 | 52 | 13 | 110 | 77 | 106 |
| Binary | 11001111 | 11100011 | 10000011 | 1001 | 0 | 101010 | 1011 | 1001000 | 111111 | 1000110 |
Color Harmonies of #CFE383
Complementary color
Monochromatic Colors of #CFE383
Black with #CFE383
Text Example
Text Example
White with #CFE383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE383; }
p { color: rgb(207,227,131); }
H1.HeaderClassName
{
color: #CFE383;
}
.AnyTagClassName
{
color: #CFE383;
}
</style>
background-color css
<style>
a { background-color: #CFE383; }
a { background-color: rgb(207,227,131); }
div.DivClassName
{
background-color: #CFE383;
}
.BgClassName
{
background-color: #CFE383;
}
</style>
border-color css
<style>
span { border-color: #CFE383; }
span { border-color: rgb(207,227,131); }
td.TdClassName
{
border-color: #CFE383;
}
.TagClassName
{
border-color: #CFE383;
}
</style>