Shades of Sulu #CFED7C
Tints of Sulu #CFED7C
RGB
CMYK
RGB Variations
Color information
#CFED7C (or 0xCFED7C) is known color: Sulu. HEX triplet: CF, ED and 7C. RGB value is (207,237,124). Sum of RGB (Red+Green+Blue) = 207+237+124=568 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.44% from 568); Green value is 237 (92.97% from 255 or 41.73% from 568); Blue value is 124 (48.83% from 255 or 21.83% from 568); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFED7C is #301283. Grayscale: #D7D7D7. Windows color (decimal): -3150468 or 8187343. OLE color: 8187343.
HSL color Cylindrical-coordinate representation of color #CFED7C: hue angle of 75.93º degrees, saturation: 0.76, 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 #CFED7C is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 124 | - |
| CMYK | 0.13 | 0 | 0.48 | 0.07 |
| HSL | 75.93º | 0.76% | 0.71% | - |
| HSV(B) | 75.93º | 0.48% | 0.93% | - |
| XYZ | 59.65 | 75.29 | 30.46 | - |
| YUV | 215.15 | 76.56 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 124 | 0.13 | 0 | 0.48 | 0.07 | 75.93 | 0.76 | 0.71 |
| Hex | CF | ED | 7C | D | 0 | 30 | 7 | 4C | 4C | 47 |
| Octal | 317 | 355 | 174 | 15 | 0 | 60 | 7 | 114 | 114 | 107 |
| Binary | 11001111 | 11101101 | 1111100 | 1101 | 0 | 110000 | 111 | 1001100 | 1001100 | 1000111 |
Color Harmonies of #CFED7C
Complementary color
Monochromatic Colors of #CFED7C
Black with #CFED7C
Text Example
Text Example
White with #CFED7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFED7C; }
p { color: rgb(207,237,124); }
H1.HeaderClassName
{
color: #CFED7C;
}
.AnyTagClassName
{
color: #CFED7C;
}
</style>
background-color css
<style>
a { background-color: #CFED7C; }
a { background-color: rgb(207,237,124); }
div.DivClassName
{
background-color: #CFED7C;
}
.BgClassName
{
background-color: #CFED7C;
}
</style>
border-color css
<style>
span { border-color: #CFED7C; }
span { border-color: rgb(207,237,124); }
td.TdClassName
{
border-color: #CFED7C;
}
.TagClassName
{
border-color: #CFED7C;
}
</style>