Shades of Sulu #CDF77B
Tints of Sulu #CDF77B
RGB
CMYK
RGB Variations
Color information
#CDF77B (or 0xCDF77B) is known color: Sulu. HEX triplet: CD, F7 and 7B. RGB value is (205,247,123). Sum of RGB (Red+Green+Blue) = 205+247+123=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 247 (96.88% from 255 or 42.96% from 575); Blue value is 123 (48.44% from 255 or 21.39% from 575); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF77B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF77B is #320884. Grayscale: #DCDCDC. Windows color (decimal): -3278981 or 8124365. OLE color: 8124365.
HSL color Cylindrical-coordinate representation of color #CDF77B: hue angle of 80.32º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDF77B is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 247 | 123 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.03 |
| HSL | 80.32º | 0.89% | 0.73% | - |
| HSV(B) | 80.32º | 0.5% | 0.97% | - |
| XYZ | 62.01 | 80.93 | 31.09 | - |
| YUV | 220.31 | 73.09 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 247 | 123 | 0.17 | 0 | 0.50 | 0.03 | 80.32 | 0.89 | 0.73 |
| Hex | CD | F7 | 7B | 11 | 0 | 32 | 3 | 50 | 59 | 49 |
| Octal | 315 | 367 | 173 | 21 | 0 | 62 | 3 | 120 | 131 | 111 |
| Binary | 11001101 | 11110111 | 1111011 | 10001 | 0 | 110010 | 11 | 1010000 | 1011001 | 1001001 |
Color Harmonies of #CDF77B
Complementary color
Monochromatic Colors of #CDF77B
Black with #CDF77B
Text Example
Text Example
White with #CDF77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF77B; }
p { color: rgb(205,247,123); }
H1.HeaderClassName
{
color: #CDF77B;
}
.AnyTagClassName
{
color: #CDF77B;
}
</style>
background-color css
<style>
a { background-color: #CDF77B; }
a { background-color: rgb(205,247,123); }
div.DivClassName
{
background-color: #CDF77B;
}
.BgClassName
{
background-color: #CDF77B;
}
</style>
border-color css
<style>
span { border-color: #CDF77B; }
span { border-color: rgb(205,247,123); }
td.TdClassName
{
border-color: #CDF77B;
}
.TagClassName
{
border-color: #CDF77B;
}
</style>