Shades of Sulu #CFF67C
Tints of Sulu #CFF67C
RGB
CMYK
RGB Variations
Color information
#CFF67C (or 0xCFF67C) is known color: Sulu. HEX triplet: CF, F6 and 7C. RGB value is (207,246,124). Sum of RGB (Red+Green+Blue) = 207+246+124=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 246 (96.48% from 255 or 42.63% from 577); Blue value is 124 (48.83% from 255 or 21.49% from 577); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF67C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF67C is #300983. Grayscale: #DCDCDC. Windows color (decimal): -3148164 or 8189647. OLE color: 8189647.
HSL color Cylindrical-coordinate representation of color #CFF67C: hue angle of 79.18º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFF67C is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 124 | - |
| CMYK | 0.16 | 0 | 0.50 | 0.04 |
| HSL | 79.18º | 0.87% | 0.73% | - |
| HSV(B) | 79.18º | 0.5% | 0.96% | - |
| XYZ | 62.33 | 80.63 | 31.35 | - |
| YUV | 220.43 | 73.58 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 124 | 0.16 | 0 | 0.50 | 0.04 | 79.18 | 0.87 | 0.73 |
| Hex | CF | F6 | 7C | 10 | 0 | 32 | 4 | 4F | 57 | 49 |
| Octal | 317 | 366 | 174 | 20 | 0 | 62 | 4 | 117 | 127 | 111 |
| Binary | 11001111 | 11110110 | 1111100 | 10000 | 0 | 110010 | 100 | 1001111 | 1010111 | 1001001 |
Color Harmonies of #CFF67C
Complementary color
Monochromatic Colors of #CFF67C
Black with #CFF67C
Text Example
Text Example
White with #CFF67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF67C; }
p { color: rgb(207,246,124); }
H1.HeaderClassName
{
color: #CFF67C;
}
.AnyTagClassName
{
color: #CFF67C;
}
</style>
background-color css
<style>
a { background-color: #CFF67C; }
a { background-color: rgb(207,246,124); }
div.DivClassName
{
background-color: #CFF67C;
}
.BgClassName
{
background-color: #CFF67C;
}
</style>
border-color css
<style>
span { border-color: #CFF67C; }
span { border-color: rgb(207,246,124); }
td.TdClassName
{
border-color: #CFF67C;
}
.TagClassName
{
border-color: #CFF67C;
}
</style>