Shades of Sulu #CFEF7B
Tints of Sulu #CFEF7B
RGB
CMYK
RGB Variations
Color information
#CFEF7B (or 0xCFEF7B) is known color: Sulu. HEX triplet: CF, EF and 7B. RGB value is (207,239,123). Sum of RGB (Red+Green+Blue) = 207+239+123=569 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.38% from 569); Green value is 239 (93.75% from 255 or 42.00% from 569); Blue value is 123 (48.44% from 255 or 21.62% from 569); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEF7B is #301084. Grayscale: #D8D8D8. Windows color (decimal): -3149957 or 8122319. OLE color: 8122319.
HSL color Cylindrical-coordinate representation of color #CFEF7B: hue angle of 76.55º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CFEF7B is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 123 | - |
| CMYK | 0.13 | 0 | 0.49 | 0.06 |
| HSL | 76.55º | 0.78% | 0.71% | - |
| HSV(B) | 76.55º | 0.49% | 0.94% | - |
| XYZ | 60.17 | 76.43 | 30.32 | - |
| YUV | 216.21 | 75.4 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 123 | 0.13 | 0 | 0.49 | 0.06 | 76.55 | 0.78 | 0.71 |
| Hex | CF | EF | 7B | D | 0 | 31 | 6 | 4D | 4E | 47 |
| Octal | 317 | 357 | 173 | 15 | 0 | 61 | 6 | 115 | 116 | 107 |
| Binary | 11001111 | 11101111 | 1111011 | 1101 | 0 | 110001 | 110 | 1001101 | 1001110 | 1000111 |
Color Harmonies of #CFEF7B
Complementary color
Monochromatic Colors of #CFEF7B
Black with #CFEF7B
Text Example
Text Example
White with #CFEF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEF7B; }
p { color: rgb(207,239,123); }
H1.HeaderClassName
{
color: #CFEF7B;
}
.AnyTagClassName
{
color: #CFEF7B;
}
</style>
background-color css
<style>
a { background-color: #CFEF7B; }
a { background-color: rgb(207,239,123); }
div.DivClassName
{
background-color: #CFEF7B;
}
.BgClassName
{
background-color: #CFEF7B;
}
</style>
border-color css
<style>
span { border-color: #CFEF7B; }
span { border-color: rgb(207,239,123); }
td.TdClassName
{
border-color: #CFEF7B;
}
.TagClassName
{
border-color: #CFEF7B;
}
</style>