Shades of Sulu #CFED8C
Tints of Sulu #CFED8C
RGB
CMYK
RGB Variations
Color information
#CFED8C (or 0xCFED8C) is known color: Sulu. HEX triplet: CF, ED and 8C. RGB value is (207,237,140). Sum of RGB (Red+Green+Blue) = 207+237+140=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 237 (92.97% from 255 or 40.58% from 584); Blue value is 140 (55.08% from 255 or 23.97% from 584); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFED8C is #301273. Grayscale: #D9D9D9. Windows color (decimal): -3150452 or 9235919. OLE color: 9235919.
HSL color Cylindrical-coordinate representation of color #CFED8C: hue angle of 78.56º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CFED8C is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 140 | - |
| CMYK | 0.13 | 0 | 0.41 | 0.07 |
| HSL | 78.56º | 0.73% | 0.74% | - |
| HSV(B) | 78.56º | 0.41% | 0.93% | - |
| XYZ | 60.75 | 75.73 | 36.23 | - |
| YUV | 216.97 | 84.56 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 140 | 0.13 | 0 | 0.41 | 0.07 | 78.56 | 0.73 | 0.74 |
| Hex | CF | ED | 8C | D | 0 | 29 | 7 | 4F | 49 | 4A |
| Octal | 317 | 355 | 214 | 15 | 0 | 51 | 7 | 117 | 111 | 112 |
| Binary | 11001111 | 11101101 | 10001100 | 1101 | 0 | 101001 | 111 | 1001111 | 1001001 | 1001010 |
Color Harmonies of #CFED8C
Complementary color
Monochromatic Colors of #CFED8C
Black with #CFED8C
Text Example
Text Example
White with #CFED8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFED8C; }
p { color: rgb(207,237,140); }
H1.HeaderClassName
{
color: #CFED8C;
}
.AnyTagClassName
{
color: #CFED8C;
}
</style>
background-color css
<style>
a { background-color: #CFED8C; }
a { background-color: rgb(207,237,140); }
div.DivClassName
{
background-color: #CFED8C;
}
.BgClassName
{
background-color: #CFED8C;
}
</style>
border-color css
<style>
span { border-color: #CFED8C; }
span { border-color: rgb(207,237,140); }
td.TdClassName
{
border-color: #CFED8C;
}
.TagClassName
{
border-color: #CFED8C;
}
</style>