Shades of Sulu #CDF18D
Tints of Sulu #CDF18D
RGB
CMYK
RGB Variations
Color information
#CDF18D (or 0xCDF18D) is known color: Sulu. HEX triplet: CD, F1 and 8D. RGB value is (205,241,141). Sum of RGB (Red+Green+Blue) = 205+241+141=587 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.92% from 587); Green value is 241 (94.53% from 255 or 41.06% from 587); Blue value is 141 (55.47% from 255 or 24.02% from 587); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF18D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF18D is #320E72. Grayscale: #DBDBDB. Windows color (decimal): -3280499 or 9302477. OLE color: 9302477.
HSL color Cylindrical-coordinate representation of color #CDF18D: hue angle of 81.6º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CDF18D is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 141 | - |
| CMYK | 0.15 | 0 | 0.41 | 0.05 |
| HSL | 81.6º | 0.78% | 0.75% | - |
| HSV(B) | 81.6º | 0.41% | 0.95% | - |
| XYZ | 61.44 | 77.81 | 36.98 | - |
| YUV | 218.84 | 84.07 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 141 | 0.15 | 0 | 0.41 | 0.05 | 81.6 | 0.78 | 0.75 |
| Hex | CD | F1 | 8D | F | 0 | 29 | 5 | 52 | 4E | 4B |
| Octal | 315 | 361 | 215 | 17 | 0 | 51 | 5 | 122 | 116 | 113 |
| Binary | 11001101 | 11110001 | 10001101 | 1111 | 0 | 101001 | 101 | 1010010 | 1001110 | 1001011 |
Color Harmonies of #CDF18D
Complementary color
Monochromatic Colors of #CDF18D
Black with #CDF18D
Text Example
Text Example
White with #CDF18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF18D; }
p { color: rgb(205,241,141); }
H1.HeaderClassName
{
color: #CDF18D;
}
.AnyTagClassName
{
color: #CDF18D;
}
</style>
background-color css
<style>
a { background-color: #CDF18D; }
a { background-color: rgb(205,241,141); }
div.DivClassName
{
background-color: #CDF18D;
}
.BgClassName
{
background-color: #CDF18D;
}
</style>
border-color css
<style>
span { border-color: #CDF18D; }
span { border-color: rgb(205,241,141); }
td.TdClassName
{
border-color: #CDF18D;
}
.TagClassName
{
border-color: #CDF18D;
}
</style>