Shades of Sulu #CFEE7C
Tints of Sulu #CFEE7C
RGB
CMYK
RGB Variations
Color information
#CFEE7C (or 0xCFEE7C) is known color: Sulu. HEX triplet: CF, EE and 7C. RGB value is (207,238,124). Sum of RGB (Red+Green+Blue) = 207+238+124=569 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.38% from 569); Green value is 238 (93.36% from 255 or 41.83% from 569); Blue value is 124 (48.83% from 255 or 21.79% from 569); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEE7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEE7C is #301183. Grayscale: #D8D8D8. Windows color (decimal): -3150212 or 8187599. OLE color: 8187599.
HSL color Cylindrical-coordinate representation of color #CFEE7C: hue angle of 76.32º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CFEE7C is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 238 | 124 | - |
| CMYK | 0.13 | 0 | 0.48 | 0.07 |
| HSL | 76.32º | 0.77% | 0.71% | - |
| HSV(B) | 76.32º | 0.48% | 0.93% | - |
| XYZ | 59.94 | 75.87 | 30.55 | - |
| YUV | 215.74 | 76.23 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 238 | 124 | 0.13 | 0 | 0.48 | 0.07 | 76.32 | 0.77 | 0.71 |
| Hex | CF | EE | 7C | D | 0 | 30 | 7 | 4C | 4D | 47 |
| Octal | 317 | 356 | 174 | 15 | 0 | 60 | 7 | 114 | 115 | 107 |
| Binary | 11001111 | 11101110 | 1111100 | 1101 | 0 | 110000 | 111 | 1001100 | 1001101 | 1000111 |
Color Harmonies of #CFEE7C
Complementary color
Monochromatic Colors of #CFEE7C
Black with #CFEE7C
Text Example
Text Example
White with #CFEE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEE7C; }
p { color: rgb(207,238,124); }
H1.HeaderClassName
{
color: #CFEE7C;
}
.AnyTagClassName
{
color: #CFEE7C;
}
</style>
background-color css
<style>
a { background-color: #CFEE7C; }
a { background-color: rgb(207,238,124); }
div.DivClassName
{
background-color: #CFEE7C;
}
.BgClassName
{
background-color: #CFEE7C;
}
</style>
border-color css
<style>
span { border-color: #CFEE7C; }
span { border-color: rgb(207,238,124); }
td.TdClassName
{
border-color: #CFEE7C;
}
.TagClassName
{
border-color: #CFEE7C;
}
</style>