Shades of Sulu #CFFF7D
Tints of Sulu #CFFF7D
RGB
CMYK
RGB Variations
Color information
#CFFF7D (or 0xCFFF7D) is known color: Sulu. HEX triplet: CF, FF and 7D. RGB value is (207,255,125). Sum of RGB (Red+Green+Blue) = 207+255+125=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 255 (100% from 255 or 43.44% from 587); Blue value is 125 (49.22% from 255 or 21.29% from 587); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFF7D is #300082. Grayscale: #E2E2E2. Windows color (decimal): -3145859 or 8257487. OLE color: 8257487.
HSL color Cylindrical-coordinate representation of color #CFFF7D: hue angle of 82.15º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFFF7D is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 125 | - |
| CMYK | 0.19 | 0 | 0.51 | 0 |
| HSL | 82.15º | 1% | 0.75% | - |
| HSV(B) | 82.15º | 0.51% | 1% | - |
| XYZ | 65.19 | 86.27 | 32.62 | - |
| YUV | 225.83 | 71.1 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 125 | 0.19 | 0 | 0.51 | 0 | 82.15 | 1 | 0.75 |
| Hex | CF | FF | 7D | 13 | 0 | 33 | 0 | 52 | 64 | 4B |
| Octal | 317 | 377 | 175 | 23 | 0 | 63 | 0 | 122 | 144 | 113 |
| Binary | 11001111 | 11111111 | 1111101 | 10011 | 0 | 110011 | 0 | 1010010 | 1100100 | 1001011 |
Color Harmonies of #CFFF7D
Complementary color
Monochromatic Colors of #CFFF7D
Black with #CFFF7D
Text Example
Text Example
White with #CFFF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF7D; }
p { color: rgb(207,255,125); }
H1.HeaderClassName
{
color: #CFFF7D;
}
.AnyTagClassName
{
color: #CFFF7D;
}
</style>
background-color css
<style>
a { background-color: #CFFF7D; }
a { background-color: rgb(207,255,125); }
div.DivClassName
{
background-color: #CFFF7D;
}
.BgClassName
{
background-color: #CFFF7D;
}
</style>
border-color css
<style>
span { border-color: #CFFF7D; }
span { border-color: rgb(207,255,125); }
td.TdClassName
{
border-color: #CFFF7D;
}
.TagClassName
{
border-color: #CFFF7D;
}
</style>