Shades of Sulu #CDF175
Tints of Sulu #CDF175
RGB
CMYK
RGB Variations
Color information
#CDF175 (or 0xCDF175) is known color: Sulu. HEX triplet: CD, F1 and 75. RGB value is (205,241,117). Sum of RGB (Red+Green+Blue) = 205+241+117=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 241 (94.53% from 255 or 42.81% from 563); Blue value is 117 (46.09% from 255 or 20.78% from 563); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF175 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF175 is #320E8A. Grayscale: #D8D8D8. Windows color (decimal): -3280523 or 7729613. OLE color: 7729613.
HSL color Cylindrical-coordinate representation of color #CDF175: hue angle of 77.42º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CDF175 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 117 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.05 |
| HSL | 77.42º | 0.82% | 0.7% | - |
| HSV(B) | 77.42º | 0.51% | 0.95% | - |
| XYZ | 59.84 | 77.17 | 28.57 | - |
| YUV | 216.1 | 72.07 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 117 | 0.15 | 0 | 0.51 | 0.05 | 77.42 | 0.82 | 0.7 |
| Hex | CD | F1 | 75 | F | 0 | 33 | 5 | 4D | 52 | 46 |
| Octal | 315 | 361 | 165 | 17 | 0 | 63 | 5 | 115 | 122 | 106 |
| Binary | 11001101 | 11110001 | 1110101 | 1111 | 0 | 110011 | 101 | 1001101 | 1010010 | 1000110 |
Color Harmonies of #CDF175
Complementary color
Monochromatic Colors of #CDF175
Black with #CDF175
Text Example
Text Example
White with #CDF175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF175; }
p { color: rgb(205,241,117); }
H1.HeaderClassName
{
color: #CDF175;
}
.AnyTagClassName
{
color: #CDF175;
}
</style>
background-color css
<style>
a { background-color: #CDF175; }
a { background-color: rgb(205,241,117); }
div.DivClassName
{
background-color: #CDF175;
}
.BgClassName
{
background-color: #CDF175;
}
</style>
border-color css
<style>
span { border-color: #CDF175; }
span { border-color: rgb(205,241,117); }
td.TdClassName
{
border-color: #CDF175;
}
.TagClassName
{
border-color: #CDF175;
}
</style>