Shades of Sulu #CDF673
Tints of Sulu #CDF673
RGB
CMYK
RGB Variations
Color information
#CDF673 (or 0xCDF673) is known color: Sulu. HEX triplet: CD, F6 and 73. RGB value is (205,246,115). Sum of RGB (Red+Green+Blue) = 205+246+115=566 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.22% from 566); Green value is 246 (96.48% from 255 or 43.46% from 566); Blue value is 115 (45.31% from 255 or 20.32% from 566); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF673 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF673 is #32098C. Grayscale: #DBDBDB. Windows color (decimal): -3279245 or 7599821. OLE color: 7599821.
HSL color Cylindrical-coordinate representation of color #CDF673: hue angle of 78.78º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CDF673 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 246 | 115 | - |
| CMYK | 0.17 | 0 | 0.53 | 0.04 |
| HSL | 78.78º | 0.88% | 0.71% | - |
| HSV(B) | 78.78º | 0.53% | 0.96% | - |
| XYZ | 61.23 | 80.13 | 28.46 | - |
| YUV | 218.81 | 69.42 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 246 | 115 | 0.17 | 0 | 0.53 | 0.04 | 78.78 | 0.88 | 0.71 |
| Hex | CD | F6 | 73 | 11 | 0 | 35 | 4 | 4F | 58 | 47 |
| Octal | 315 | 366 | 163 | 21 | 0 | 65 | 4 | 117 | 130 | 107 |
| Binary | 11001101 | 11110110 | 1110011 | 10001 | 0 | 110101 | 100 | 1001111 | 1011000 | 1000111 |
Color Harmonies of #CDF673
Complementary color
Monochromatic Colors of #CDF673
Black with #CDF673
Text Example
Text Example
White with #CDF673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF673; }
p { color: rgb(205,246,115); }
H1.HeaderClassName
{
color: #CDF673;
}
.AnyTagClassName
{
color: #CDF673;
}
</style>
background-color css
<style>
a { background-color: #CDF673; }
a { background-color: rgb(205,246,115); }
div.DivClassName
{
background-color: #CDF673;
}
.BgClassName
{
background-color: #CDF673;
}
</style>
border-color css
<style>
span { border-color: #CDF673; }
span { border-color: rgb(205,246,115); }
td.TdClassName
{
border-color: #CDF673;
}
.TagClassName
{
border-color: #CDF673;
}
</style>