Shades of Sulu #CFE48F
Tints of Sulu #CFE48F
RGB
CMYK
RGB Variations
Color information
#CFE48F (or 0xCFE48F) is known color: Sulu. HEX triplet: CF, E4 and 8F. RGB value is (207,228,143). Sum of RGB (Red+Green+Blue) = 207+228+143=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 228 (89.45% from 255 or 39.45% from 578); Blue value is 143 (56.25% from 255 or 24.74% from 578); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE48F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE48F is #301B70. Grayscale: #D4D4D4. Windows color (decimal): -3152753 or 9430223. OLE color: 9430223.
HSL color Cylindrical-coordinate representation of color #CFE48F: hue angle of 74.82º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CFE48F is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 143 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.11 |
| HSL | 74.82º | 0.61% | 0.73% | - |
| HSV(B) | 74.82º | 0.37% | 0.89% | - |
| XYZ | 58.43 | 70.74 | 36.56 | - |
| YUV | 212.03 | 89.04 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 143 | 0.09 | 0 | 0.37 | 0.11 | 74.82 | 0.61 | 0.73 |
| Hex | CF | E4 | 8F | 9 | 0 | 25 | B | 4B | 3D | 49 |
| Octal | 317 | 344 | 217 | 11 | 0 | 45 | 13 | 113 | 75 | 111 |
| Binary | 11001111 | 11100100 | 10001111 | 1001 | 0 | 100101 | 1011 | 1001011 | 111101 | 1001001 |
Color Harmonies of #CFE48F
Complementary color
Monochromatic Colors of #CFE48F
Black with #CFE48F
Text Example
Text Example
White with #CFE48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE48F; }
p { color: rgb(207,228,143); }
H1.HeaderClassName
{
color: #CFE48F;
}
.AnyTagClassName
{
color: #CFE48F;
}
</style>
background-color css
<style>
a { background-color: #CFE48F; }
a { background-color: rgb(207,228,143); }
div.DivClassName
{
background-color: #CFE48F;
}
.BgClassName
{
background-color: #CFE48F;
}
</style>
border-color css
<style>
span { border-color: #CFE48F; }
span { border-color: rgb(207,228,143); }
td.TdClassName
{
border-color: #CFE48F;
}
.TagClassName
{
border-color: #CFE48F;
}
</style>