Shades of Sulu #CFEE7B
Tints of Sulu #CFEE7B
RGB
CMYK
RGB Variations
Color information
#CFEE7B (or 0xCFEE7B) is known color: Sulu. HEX triplet: CF, EE and 7B. RGB value is (207,238,123). Sum of RGB (Red+Green+Blue) = 207+238+123=568 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.44% from 568); Green value is 238 (93.36% from 255 or 41.90% from 568); Blue value is 123 (48.44% from 255 or 21.65% from 568); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEE7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEE7B is #301184. Grayscale: #D8D8D8. Windows color (decimal): -3150213 or 8122063. OLE color: 8122063.
HSL color Cylindrical-coordinate representation of color #CFEE7B: hue angle of 76.17º 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 #CFEE7B is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 238 | 123 | - |
| CMYK | 0.13 | 0 | 0.48 | 0.07 |
| HSL | 76.17º | 0.77% | 0.71% | - |
| HSV(B) | 76.17º | 0.48% | 0.93% | - |
| XYZ | 59.88 | 75.84 | 30.22 | - |
| YUV | 215.62 | 75.73 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 238 | 123 | 0.13 | 0 | 0.48 | 0.07 | 76.17 | 0.77 | 0.71 |
| Hex | CF | EE | 7B | D | 0 | 30 | 7 | 4C | 4D | 47 |
| Octal | 317 | 356 | 173 | 15 | 0 | 60 | 7 | 114 | 115 | 107 |
| Binary | 11001111 | 11101110 | 1111011 | 1101 | 0 | 110000 | 111 | 1001100 | 1001101 | 1000111 |
Color Harmonies of #CFEE7B
Complementary color
Monochromatic Colors of #CFEE7B
Black with #CFEE7B
Text Example
Text Example
White with #CFEE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEE7B; }
p { color: rgb(207,238,123); }
H1.HeaderClassName
{
color: #CFEE7B;
}
.AnyTagClassName
{
color: #CFEE7B;
}
</style>
background-color css
<style>
a { background-color: #CFEE7B; }
a { background-color: rgb(207,238,123); }
div.DivClassName
{
background-color: #CFEE7B;
}
.BgClassName
{
background-color: #CFEE7B;
}
</style>
border-color css
<style>
span { border-color: #CFEE7B; }
span { border-color: rgb(207,238,123); }
td.TdClassName
{
border-color: #CFEE7B;
}
.TagClassName
{
border-color: #CFEE7B;
}
</style>