Shades of Sulu #CFEF8C
Tints of Sulu #CFEF8C
RGB
CMYK
RGB Variations
Color information
#CFEF8C (or 0xCFEF8C) is known color: Sulu. HEX triplet: CF, EF and 8C. RGB value is (207,239,140). Sum of RGB (Red+Green+Blue) = 207+239+140=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 239 (93.75% from 255 or 40.78% from 586); Blue value is 140 (55.08% from 255 or 23.89% from 586); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEF8C is #301073. Grayscale: #DADADA. Windows color (decimal): -3149940 or 9236431. OLE color: 9236431.
HSL color Cylindrical-coordinate representation of color #CFEF8C: hue angle of 79.39º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CFEF8C is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 140 | - |
| CMYK | 0.13 | 0 | 0.41 | 0.06 |
| HSL | 79.39º | 0.76% | 0.74% | - |
| HSV(B) | 79.39º | 0.41% | 0.94% | - |
| XYZ | 61.33 | 76.89 | 36.42 | - |
| YUV | 218.15 | 83.9 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 140 | 0.13 | 0 | 0.41 | 0.06 | 79.39 | 0.76 | 0.74 |
| Hex | CF | EF | 8C | D | 0 | 29 | 6 | 4F | 4C | 4A |
| Octal | 317 | 357 | 214 | 15 | 0 | 51 | 6 | 117 | 114 | 112 |
| Binary | 11001111 | 11101111 | 10001100 | 1101 | 0 | 101001 | 110 | 1001111 | 1001100 | 1001010 |
Color Harmonies of #CFEF8C
Complementary color
Monochromatic Colors of #CFEF8C
Black with #CFEF8C
Text Example
Text Example
White with #CFEF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEF8C; }
p { color: rgb(207,239,140); }
H1.HeaderClassName
{
color: #CFEF8C;
}
.AnyTagClassName
{
color: #CFEF8C;
}
</style>
background-color css
<style>
a { background-color: #CFEF8C; }
a { background-color: rgb(207,239,140); }
div.DivClassName
{
background-color: #CFEF8C;
}
.BgClassName
{
background-color: #CFEF8C;
}
</style>
border-color css
<style>
span { border-color: #CFEF8C; }
span { border-color: rgb(207,239,140); }
td.TdClassName
{
border-color: #CFEF8C;
}
.TagClassName
{
border-color: #CFEF8C;
}
</style>