Shades of Sulu #CDF774
Tints of Sulu #CDF774
RGB
CMYK
RGB Variations
Color information
#CDF774 (or 0xCDF774) is known color: Sulu. HEX triplet: CD, F7 and 74. RGB value is (205,247,116). Sum of RGB (Red+Green+Blue) = 205+247+116=568 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.09% from 568); Green value is 247 (96.88% from 255 or 43.49% from 568); Blue value is 116 (45.70% from 255 or 20.42% from 568); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF774 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF774 is #32088B. Grayscale: #DBDBDB. Windows color (decimal): -3278988 or 7665613. OLE color: 7665613.
HSL color Cylindrical-coordinate representation of color #CDF774: hue angle of 79.24º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CDF774 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 247 | 116 | - |
| CMYK | 0.17 | 0 | 0.53 | 0.03 |
| HSL | 79.24º | 0.89% | 0.71% | - |
| HSV(B) | 79.24º | 0.53% | 0.97% | - |
| XYZ | 61.59 | 80.76 | 28.87 | - |
| YUV | 219.51 | 69.59 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 247 | 116 | 0.17 | 0 | 0.53 | 0.03 | 79.24 | 0.89 | 0.71 |
| Hex | CD | F7 | 74 | 11 | 0 | 35 | 3 | 4F | 59 | 47 |
| Octal | 315 | 367 | 164 | 21 | 0 | 65 | 3 | 117 | 131 | 107 |
| Binary | 11001101 | 11110111 | 1110100 | 10001 | 0 | 110101 | 11 | 1001111 | 1011001 | 1000111 |
Color Harmonies of #CDF774
Complementary color
Monochromatic Colors of #CDF774
Black with #CDF774
Text Example
Text Example
White with #CDF774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF774; }
p { color: rgb(205,247,116); }
H1.HeaderClassName
{
color: #CDF774;
}
.AnyTagClassName
{
color: #CDF774;
}
</style>
background-color css
<style>
a { background-color: #CDF774; }
a { background-color: rgb(205,247,116); }
div.DivClassName
{
background-color: #CDF774;
}
.BgClassName
{
background-color: #CDF774;
}
</style>
border-color css
<style>
span { border-color: #CDF774; }
span { border-color: rgb(205,247,116); }
td.TdClassName
{
border-color: #CDF774;
}
.TagClassName
{
border-color: #CDF774;
}
</style>