Shades of Sulu #CFFF7F
Tints of Sulu #CFFF7F
RGB
CMYK
RGB Variations
Color information
#CFFF7F (or 0xCFFF7F) is known color: Sulu. HEX triplet: CF, FF and 7F. RGB value is (207,255,127). Sum of RGB (Red+Green+Blue) = 207+255+127=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 127 (50% from 255 or 21.56% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFF7F is #300080. Grayscale: #E2E2E2. Windows color (decimal): -3145857 or 8388559. OLE color: 8388559.
HSL color Cylindrical-coordinate representation of color #CFFF7F: hue angle of 82.5º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFFF7F is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 127 | - |
| CMYK | 0.19 | 0 | 0.50 | 0 |
| HSL | 82.5º | 1% | 0.75% | - |
| HSV(B) | 82.5º | 0.5% | 1% | - |
| XYZ | 65.32 | 86.32 | 33.3 | - |
| YUV | 226.06 | 72.1 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 127 | 0.19 | 0 | 0.50 | 0 | 82.5 | 1 | 0.75 |
| Hex | CF | FF | 7F | 13 | 0 | 32 | 0 | 52 | 64 | 4B |
| Octal | 317 | 377 | 177 | 23 | 0 | 62 | 0 | 122 | 144 | 113 |
| Binary | 11001111 | 11111111 | 1111111 | 10011 | 0 | 110010 | 0 | 1010010 | 1100100 | 1001011 |
Color Harmonies of #CFFF7F
Complementary color
Monochromatic Colors of #CFFF7F
Black with #CFFF7F
Text Example
Text Example
White with #CFFF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF7F; }
p { color: rgb(207,255,127); }
H1.HeaderClassName
{
color: #CFFF7F;
}
.AnyTagClassName
{
color: #CFFF7F;
}
</style>
background-color css
<style>
a { background-color: #CFFF7F; }
a { background-color: rgb(207,255,127); }
div.DivClassName
{
background-color: #CFFF7F;
}
.BgClassName
{
background-color: #CFFF7F;
}
</style>
border-color css
<style>
span { border-color: #CFFF7F; }
span { border-color: rgb(207,255,127); }
td.TdClassName
{
border-color: #CFFF7F;
}
.TagClassName
{
border-color: #CFFF7F;
}
</style>