Shades of Sulu #CFE47B
Tints of Sulu #CFE47B
RGB
CMYK
RGB Variations
Color information
#CFE47B (or 0xCFE47B) is known color: Sulu. HEX triplet: CF, E4 and 7B. RGB value is (207,228,123). Sum of RGB (Red+Green+Blue) = 207+228+123=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 228 (89.45% from 255 or 40.86% from 558); Blue value is 123 (48.44% from 255 or 22.04% from 558); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE47B is #301B84. Grayscale: #D2D2D2. Windows color (decimal): -3152773 or 8119503. OLE color: 8119503.
HSL color Cylindrical-coordinate representation of color #CFE47B: hue angle of 72º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFE47B is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 123 | - |
| CMYK | 0.09 | 0 | 0.46 | 0.11 |
| HSL | 72º | 0.66% | 0.69% | - |
| HSV(B) | 72º | 0.46% | 0.89% | - |
| XYZ | 57.05 | 70.18 | 29.28 | - |
| YUV | 209.75 | 79.04 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 123 | 0.09 | 0 | 0.46 | 0.11 | 72 | 0.66 | 0.69 |
| Hex | CF | E4 | 7B | 9 | 0 | 2E | B | 48 | 42 | 45 |
| Octal | 317 | 344 | 173 | 11 | 0 | 56 | 13 | 110 | 102 | 105 |
| Binary | 11001111 | 11100100 | 1111011 | 1001 | 0 | 101110 | 1011 | 1001000 | 1000010 | 1000101 |
Color Harmonies of #CFE47B
Complementary color
Monochromatic Colors of #CFE47B
Black with #CFE47B
Text Example
Text Example
White with #CFE47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE47B; }
p { color: rgb(207,228,123); }
H1.HeaderClassName
{
color: #CFE47B;
}
.AnyTagClassName
{
color: #CFE47B;
}
</style>
background-color css
<style>
a { background-color: #CFE47B; }
a { background-color: rgb(207,228,123); }
div.DivClassName
{
background-color: #CFE47B;
}
.BgClassName
{
background-color: #CFE47B;
}
</style>
border-color css
<style>
span { border-color: #CFE47B; }
span { border-color: rgb(207,228,123); }
td.TdClassName
{
border-color: #CFE47B;
}
.TagClassName
{
border-color: #CFE47B;
}
</style>