Shades of Sulu #CFE48E
Tints of Sulu #CFE48E
RGB
CMYK
RGB Variations
Color information
#CFE48E (or 0xCFE48E) is known color: Sulu. HEX triplet: CF, E4 and 8E. RGB value is (207,228,142). Sum of RGB (Red+Green+Blue) = 207+228+142=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 228 (89.45% from 255 or 39.51% from 577); Blue value is 142 (55.86% from 255 or 24.61% from 577); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE48E is #301B71. Grayscale: #D4D4D4. Windows color (decimal): -3152754 or 9364687. OLE color: 9364687.
HSL color Cylindrical-coordinate representation of color #CFE48E: hue angle of 74.65º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CFE48E is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 142 | - |
| CMYK | 0.09 | 0 | 0.38 | 0.11 |
| HSL | 74.65º | 0.61% | 0.73% | - |
| HSV(B) | 74.65º | 0.38% | 0.89% | - |
| XYZ | 58.36 | 70.71 | 36.16 | - |
| YUV | 211.92 | 88.54 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 142 | 0.09 | 0 | 0.38 | 0.11 | 74.65 | 0.61 | 0.73 |
| Hex | CF | E4 | 8E | 9 | 0 | 26 | B | 4B | 3D | 49 |
| Octal | 317 | 344 | 216 | 11 | 0 | 46 | 13 | 113 | 75 | 111 |
| Binary | 11001111 | 11100100 | 10001110 | 1001 | 0 | 100110 | 1011 | 1001011 | 111101 | 1001001 |
Color Harmonies of #CFE48E
Complementary color
Monochromatic Colors of #CFE48E
Black with #CFE48E
Text Example
Text Example
White with #CFE48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE48E; }
p { color: rgb(207,228,142); }
H1.HeaderClassName
{
color: #CFE48E;
}
.AnyTagClassName
{
color: #CFE48E;
}
</style>
background-color css
<style>
a { background-color: #CFE48E; }
a { background-color: rgb(207,228,142); }
div.DivClassName
{
background-color: #CFE48E;
}
.BgClassName
{
background-color: #CFE48E;
}
</style>
border-color css
<style>
span { border-color: #CFE48E; }
span { border-color: rgb(207,228,142); }
td.TdClassName
{
border-color: #CFE48E;
}
.TagClassName
{
border-color: #CFE48E;
}
</style>