Shades of Sulu #CFF67B
Tints of Sulu #CFF67B
RGB
CMYK
RGB Variations
Color information
#CFF67B (or 0xCFF67B) is known color: Sulu. HEX triplet: CF, F6 and 7B. RGB value is (207,246,123). Sum of RGB (Red+Green+Blue) = 207+246+123=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 246 (96.48% from 255 or 42.71% from 576); Blue value is 123 (48.44% from 255 or 21.35% from 576); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF67B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF67B is #300984. Grayscale: #DCDCDC. Windows color (decimal): -3148165 or 8124111. OLE color: 8124111.
HSL color Cylindrical-coordinate representation of color #CFF67B: hue angle of 79.02º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFF67B is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 123 | - |
| CMYK | 0.16 | 0 | 0.50 | 0.04 |
| HSL | 79.02º | 0.87% | 0.72% | - |
| HSV(B) | 79.02º | 0.5% | 0.96% | - |
| XYZ | 62.26 | 80.61 | 31.02 | - |
| YUV | 220.32 | 73.08 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 123 | 0.16 | 0 | 0.50 | 0.04 | 79.02 | 0.87 | 0.72 |
| Hex | CF | F6 | 7B | 10 | 0 | 32 | 4 | 4F | 57 | 48 |
| Octal | 317 | 366 | 173 | 20 | 0 | 62 | 4 | 117 | 127 | 110 |
| Binary | 11001111 | 11110110 | 1111011 | 10000 | 0 | 110010 | 100 | 1001111 | 1010111 | 1001000 |
Color Harmonies of #CFF67B
Complementary color
Monochromatic Colors of #CFF67B
Black with #CFF67B
Text Example
Text Example
White with #CFF67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF67B; }
p { color: rgb(207,246,123); }
H1.HeaderClassName
{
color: #CFF67B;
}
.AnyTagClassName
{
color: #CFF67B;
}
</style>
background-color css
<style>
a { background-color: #CFF67B; }
a { background-color: rgb(207,246,123); }
div.DivClassName
{
background-color: #CFF67B;
}
.BgClassName
{
background-color: #CFF67B;
}
</style>
border-color css
<style>
span { border-color: #CFF67B; }
span { border-color: rgb(207,246,123); }
td.TdClassName
{
border-color: #CFF67B;
}
.TagClassName
{
border-color: #CFF67B;
}
</style>