Shades of Sulu #CFF47D
Tints of Sulu #CFF47D
RGB
CMYK
RGB Variations
Color information
#CFF47D (or 0xCFF47D) is known color: Sulu. HEX triplet: CF, F4 and 7D. RGB value is (207,244,125). Sum of RGB (Red+Green+Blue) = 207+244+125=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 244 (95.70% from 255 or 42.36% from 576); Blue value is 125 (49.22% from 255 or 21.70% from 576); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF47D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF47D is #300B82. Grayscale: #DBDBDB. Windows color (decimal): -3148675 or 8254671. OLE color: 8254671.
HSL color Cylindrical-coordinate representation of color #CFF47D: hue angle of 78.66º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CFF47D is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 125 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.04 |
| HSL | 78.66º | 0.84% | 0.72% | - |
| HSV(B) | 78.66º | 0.49% | 0.96% | - |
| XYZ | 61.78 | 79.45 | 31.48 | - |
| YUV | 219.37 | 74.74 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 125 | 0.15 | 0 | 0.49 | 0.04 | 78.66 | 0.84 | 0.72 |
| Hex | CF | F4 | 7D | F | 0 | 31 | 4 | 4F | 54 | 48 |
| Octal | 317 | 364 | 175 | 17 | 0 | 61 | 4 | 117 | 124 | 110 |
| Binary | 11001111 | 11110100 | 1111101 | 1111 | 0 | 110001 | 100 | 1001111 | 1010100 | 1001000 |
Color Harmonies of #CFF47D
Complementary color
Monochromatic Colors of #CFF47D
Black with #CFF47D
Text Example
Text Example
White with #CFF47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF47D; }
p { color: rgb(207,244,125); }
H1.HeaderClassName
{
color: #CFF47D;
}
.AnyTagClassName
{
color: #CFF47D;
}
</style>
background-color css
<style>
a { background-color: #CFF47D; }
a { background-color: rgb(207,244,125); }
div.DivClassName
{
background-color: #CFF47D;
}
.BgClassName
{
background-color: #CFF47D;
}
</style>
border-color css
<style>
span { border-color: #CFF47D; }
span { border-color: rgb(207,244,125); }
td.TdClassName
{
border-color: #CFF47D;
}
.TagClassName
{
border-color: #CFF47D;
}
</style>