Shades of Sulu #CFEA7D
Tints of Sulu #CFEA7D
RGB
CMYK
RGB Variations
Color information
#CFEA7D (or 0xCFEA7D) is known color: Sulu. HEX triplet: CF, EA and 7D. RGB value is (207,234,125). Sum of RGB (Red+Green+Blue) = 207+234+125=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 234 (91.80% from 255 or 41.34% from 566); Blue value is 125 (49.22% from 255 or 22.08% from 566); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEA7D is #301582. Grayscale: #D5D5D5. Windows color (decimal): -3151235 or 8252111. OLE color: 8252111.
HSL color Cylindrical-coordinate representation of color #CFEA7D: hue angle of 74.86º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFEA7D is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 234 | 125 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.08 |
| HSL | 74.86º | 0.72% | 0.7% | - |
| HSV(B) | 74.86º | 0.47% | 0.92% | - |
| XYZ | 58.86 | 73.59 | 30.5 | - |
| YUV | 213.5 | 78.05 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 234 | 125 | 0.12 | 0 | 0.47 | 0.08 | 74.86 | 0.72 | 0.7 |
| Hex | CF | EA | 7D | C | 0 | 2F | 8 | 4B | 48 | 46 |
| Octal | 317 | 352 | 175 | 14 | 0 | 57 | 10 | 113 | 110 | 106 |
| Binary | 11001111 | 11101010 | 1111101 | 1100 | 0 | 101111 | 1000 | 1001011 | 1001000 | 1000110 |
Color Harmonies of #CFEA7D
Complementary color
Monochromatic Colors of #CFEA7D
Black with #CFEA7D
Text Example
Text Example
White with #CFEA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEA7D; }
p { color: rgb(207,234,125); }
H1.HeaderClassName
{
color: #CFEA7D;
}
.AnyTagClassName
{
color: #CFEA7D;
}
</style>
background-color css
<style>
a { background-color: #CFEA7D; }
a { background-color: rgb(207,234,125); }
div.DivClassName
{
background-color: #CFEA7D;
}
.BgClassName
{
background-color: #CFEA7D;
}
</style>
border-color css
<style>
span { border-color: #CFEA7D; }
span { border-color: rgb(207,234,125); }
td.TdClassName
{
border-color: #CFEA7D;
}
.TagClassName
{
border-color: #CFEA7D;
}
</style>