Shades of Sulu #CFFD70
Tints of Sulu #CFFD70
RGB
CMYK
RGB Variations
Color information
#CFFD70 (or 0xCFFD70) is known color: Sulu. HEX triplet: CF, FD and 70. RGB value is (207,253,112). Sum of RGB (Red+Green+Blue) = 207+253+112=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 253 (99.22% from 255 or 44.23% from 572); Blue value is 112 (44.14% from 255 or 19.58% from 572); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFD70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFD70 is #30028F. Grayscale: #DFDFDF. Windows color (decimal): -3146384 or 7405007. OLE color: 7405007.
HSL color Cylindrical-coordinate representation of color #CFFD70: hue angle of 79.57º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CFFD70 is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 253 | 112 | - |
| CMYK | 0.18 | 0 | 0.56 | 0.01 |
| HSL | 79.57º | 0.97% | 0.72% | - |
| HSV(B) | 79.57º | 0.56% | 0.99% | - |
| XYZ | 63.78 | 84.69 | 28.31 | - |
| YUV | 223.17 | 65.26 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 253 | 112 | 0.18 | 0 | 0.56 | 0.01 | 79.57 | 0.97 | 0.72 |
| Hex | CF | FD | 70 | 12 | 0 | 38 | 1 | 50 | 61 | 48 |
| Octal | 317 | 375 | 160 | 22 | 0 | 70 | 1 | 120 | 141 | 110 |
| Binary | 11001111 | 11111101 | 1110000 | 10010 | 0 | 111000 | 1 | 1010000 | 1100001 | 1001000 |
Color Harmonies of #CFFD70
Complementary color
Monochromatic Colors of #CFFD70
Black with #CFFD70
Text Example
Text Example
White with #CFFD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFD70; }
p { color: rgb(207,253,112); }
H1.HeaderClassName
{
color: #CFFD70;
}
.AnyTagClassName
{
color: #CFFD70;
}
</style>
background-color css
<style>
a { background-color: #CFFD70; }
a { background-color: rgb(207,253,112); }
div.DivClassName
{
background-color: #CFFD70;
}
.BgClassName
{
background-color: #CFFD70;
}
</style>
border-color css
<style>
span { border-color: #CFFD70; }
span { border-color: rgb(207,253,112); }
td.TdClassName
{
border-color: #CFFD70;
}
.TagClassName
{
border-color: #CFFD70;
}
</style>