Shades of Sulu #CFEE7D
Tints of Sulu #CFEE7D
RGB
CMYK
RGB Variations
Color information
#CFEE7D (or 0xCFEE7D) is known color: Sulu. HEX triplet: CF, EE and 7D. RGB value is (207,238,125). Sum of RGB (Red+Green+Blue) = 207+238+125=570 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.32% from 570); Green value is 238 (93.36% from 255 or 41.75% from 570); Blue value is 125 (49.22% from 255 or 21.93% from 570); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEE7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEE7D is #301182. Grayscale: #D8D8D8. Windows color (decimal): -3150211 or 8253135. OLE color: 8253135.
HSL color Cylindrical-coordinate representation of color #CFEE7D: hue angle of 76.46º degrees, saturation: 0.77, 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 #CFEE7D is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 238 | 125 | - |
| CMYK | 0.13 | 0 | 0.47 | 0.07 |
| HSL | 76.46º | 0.77% | 0.71% | - |
| HSV(B) | 76.46º | 0.47% | 0.93% | - |
| XYZ | 60.01 | 75.9 | 30.89 | - |
| YUV | 215.85 | 76.73 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 238 | 125 | 0.13 | 0 | 0.47 | 0.07 | 76.46 | 0.77 | 0.71 |
| Hex | CF | EE | 7D | D | 0 | 2F | 7 | 4C | 4D | 47 |
| Octal | 317 | 356 | 175 | 15 | 0 | 57 | 7 | 114 | 115 | 107 |
| Binary | 11001111 | 11101110 | 1111101 | 1101 | 0 | 101111 | 111 | 1001100 | 1001101 | 1000111 |
Color Harmonies of #CFEE7D
Complementary color
Monochromatic Colors of #CFEE7D
Black with #CFEE7D
Text Example
Text Example
White with #CFEE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEE7D; }
p { color: rgb(207,238,125); }
H1.HeaderClassName
{
color: #CFEE7D;
}
.AnyTagClassName
{
color: #CFEE7D;
}
</style>
background-color css
<style>
a { background-color: #CFEE7D; }
a { background-color: rgb(207,238,125); }
div.DivClassName
{
background-color: #CFEE7D;
}
.BgClassName
{
background-color: #CFEE7D;
}
</style>
border-color css
<style>
span { border-color: #CFEE7D; }
span { border-color: rgb(207,238,125); }
td.TdClassName
{
border-color: #CFEE7D;
}
.TagClassName
{
border-color: #CFEE7D;
}
</style>