Shades of Sulu #CFEC7D
Tints of Sulu #CFEC7D
RGB
CMYK
RGB Variations
Color information
#CFEC7D (or 0xCFEC7D) is known color: Sulu. HEX triplet: CF, EC and 7D. RGB value is (207,236,125). Sum of RGB (Red+Green+Blue) = 207+236+125=568 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.44% from 568); Green value is 236 (92.58% from 255 or 41.55% from 568); Blue value is 125 (49.22% from 255 or 22.01% from 568); Max value from RGB is 236 - color contains mainly: green. Hex color #CFEC7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEC7D is #301382. Grayscale: #D7D7D7. Windows color (decimal): -3150723 or 8252623. OLE color: 8252623.
HSL color Cylindrical-coordinate representation of color #CFEC7D: hue angle of 75.68º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFEC7D is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 125 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.07 |
| HSL | 75.68º | 0.74% | 0.71% | - |
| HSV(B) | 75.68º | 0.47% | 0.93% | - |
| XYZ | 59.43 | 74.74 | 30.7 | - |
| YUV | 214.68 | 77.39 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 125 | 0.12 | 0 | 0.47 | 0.07 | 75.68 | 0.74 | 0.71 |
| Hex | CF | EC | 7D | C | 0 | 2F | 7 | 4C | 4A | 47 |
| Octal | 317 | 354 | 175 | 14 | 0 | 57 | 7 | 114 | 112 | 107 |
| Binary | 11001111 | 11101100 | 1111101 | 1100 | 0 | 101111 | 111 | 1001100 | 1001010 | 1000111 |
Color Harmonies of #CFEC7D
Complementary color
Monochromatic Colors of #CFEC7D
Black with #CFEC7D
Text Example
Text Example
White with #CFEC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEC7D; }
p { color: rgb(207,236,125); }
H1.HeaderClassName
{
color: #CFEC7D;
}
.AnyTagClassName
{
color: #CFEC7D;
}
</style>
background-color css
<style>
a { background-color: #CFEC7D; }
a { background-color: rgb(207,236,125); }
div.DivClassName
{
background-color: #CFEC7D;
}
.BgClassName
{
background-color: #CFEC7D;
}
</style>
border-color css
<style>
span { border-color: #CFEC7D; }
span { border-color: rgb(207,236,125); }
td.TdClassName
{
border-color: #CFEC7D;
}
.TagClassName
{
border-color: #CFEC7D;
}
</style>