Shades of Sulu #CFFD7D
Tints of Sulu #CFFD7D
RGB
CMYK
RGB Variations
Color information
#CFFD7D (or 0xCFFD7D) is known color: Sulu. HEX triplet: CF, FD and 7D. RGB value is (207,253,125). Sum of RGB (Red+Green+Blue) = 207+253+125=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 253 (99.22% from 255 or 43.25% from 585); Blue value is 125 (49.22% from 255 or 21.37% from 585); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFD7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFD7D is #300282. Grayscale: #E1E1E1. Windows color (decimal): -3146371 or 8256975. OLE color: 8256975.
HSL color Cylindrical-coordinate representation of color #CFFD7D: hue angle of 81.56º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFFD7D is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 253 | 125 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.01 |
| HSL | 81.56º | 0.97% | 0.74% | - |
| HSV(B) | 81.56º | 0.51% | 0.99% | - |
| XYZ | 64.56 | 85 | 32.41 | - |
| YUV | 224.65 | 71.76 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 253 | 125 | 0.18 | 0 | 0.51 | 0.01 | 81.56 | 0.97 | 0.74 |
| Hex | CF | FD | 7D | 12 | 0 | 33 | 1 | 52 | 61 | 4A |
| Octal | 317 | 375 | 175 | 22 | 0 | 63 | 1 | 122 | 141 | 112 |
| Binary | 11001111 | 11111101 | 1111101 | 10010 | 0 | 110011 | 1 | 1010010 | 1100001 | 1001010 |
Color Harmonies of #CFFD7D
Complementary color
Monochromatic Colors of #CFFD7D
Black with #CFFD7D
Text Example
Text Example
White with #CFFD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFD7D; }
p { color: rgb(207,253,125); }
H1.HeaderClassName
{
color: #CFFD7D;
}
.AnyTagClassName
{
color: #CFFD7D;
}
</style>
background-color css
<style>
a { background-color: #CFFD7D; }
a { background-color: rgb(207,253,125); }
div.DivClassName
{
background-color: #CFFD7D;
}
.BgClassName
{
background-color: #CFFD7D;
}
</style>
border-color css
<style>
span { border-color: #CFFD7D; }
span { border-color: rgb(207,253,125); }
td.TdClassName
{
border-color: #CFFD7D;
}
.TagClassName
{
border-color: #CFFD7D;
}
</style>