Shades of Sulu #CDF173
Tints of Sulu #CDF173
RGB
CMYK
RGB Variations
Color information
#CDF173 (or 0xCDF173) is known color: Sulu. HEX triplet: CD, F1 and 73. RGB value is (205,241,115). Sum of RGB (Red+Green+Blue) = 205+241+115=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 241 (94.53% from 255 or 42.96% from 561); Blue value is 115 (45.31% from 255 or 20.50% from 561); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF173 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF173 is #320E8C. Grayscale: #D8D8D8. Windows color (decimal): -3280525 or 7598541. OLE color: 7598541.
HSL color Cylindrical-coordinate representation of color #CDF173: hue angle of 77.14º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CDF173 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 115 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.05 |
| HSL | 77.14º | 0.82% | 0.7% | - |
| HSV(B) | 77.14º | 0.52% | 0.95% | - |
| XYZ | 59.73 | 77.13 | 27.96 | - |
| YUV | 215.87 | 71.07 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 115 | 0.15 | 0 | 0.52 | 0.05 | 77.14 | 0.82 | 0.7 |
| Hex | CD | F1 | 73 | F | 0 | 34 | 5 | 4D | 52 | 46 |
| Octal | 315 | 361 | 163 | 17 | 0 | 64 | 5 | 115 | 122 | 106 |
| Binary | 11001101 | 11110001 | 1110011 | 1111 | 0 | 110100 | 101 | 1001101 | 1010010 | 1000110 |
Color Harmonies of #CDF173
Complementary color
Monochromatic Colors of #CDF173
Black with #CDF173
Text Example
Text Example
White with #CDF173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF173; }
p { color: rgb(205,241,115); }
H1.HeaderClassName
{
color: #CDF173;
}
.AnyTagClassName
{
color: #CDF173;
}
</style>
background-color css
<style>
a { background-color: #CDF173; }
a { background-color: rgb(205,241,115); }
div.DivClassName
{
background-color: #CDF173;
}
.BgClassName
{
background-color: #CDF173;
}
</style>
border-color css
<style>
span { border-color: #CDF173; }
span { border-color: rgb(205,241,115); }
td.TdClassName
{
border-color: #CDF173;
}
.TagClassName
{
border-color: #CDF173;
}
</style>