Shades of Sulu #CDF18E
Tints of Sulu #CDF18E
RGB
CMYK
RGB Variations
Color information
#CDF18E (or 0xCDF18E) is known color: Sulu. HEX triplet: CD, F1 and 8E. RGB value is (205,241,142). Sum of RGB (Red+Green+Blue) = 205+241+142=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 241 (94.53% from 255 or 40.99% from 588); Blue value is 142 (55.86% from 255 or 24.15% from 588); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF18E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF18E is #320E71. Grayscale: #DBDBDB. Windows color (decimal): -3280498 or 9368013. OLE color: 9368013.
HSL color Cylindrical-coordinate representation of color #CDF18E: hue angle of 81.82º 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 #CDF18E is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 142 | - |
| CMYK | 0.15 | 0 | 0.41 | 0.05 |
| HSL | 81.82º | 0.78% | 0.75% | - |
| HSV(B) | 81.82º | 0.41% | 0.95% | - |
| XYZ | 61.51 | 77.84 | 37.37 | - |
| YUV | 218.95 | 84.57 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 142 | 0.15 | 0 | 0.41 | 0.05 | 81.82 | 0.78 | 0.75 |
| Hex | CD | F1 | 8E | F | 0 | 29 | 5 | 52 | 4E | 4B |
| Octal | 315 | 361 | 216 | 17 | 0 | 51 | 5 | 122 | 116 | 113 |
| Binary | 11001101 | 11110001 | 10001110 | 1111 | 0 | 101001 | 101 | 1010010 | 1001110 | 1001011 |
Color Harmonies of #CDF18E
Complementary color
Monochromatic Colors of #CDF18E
Black with #CDF18E
Text Example
Text Example
White with #CDF18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF18E; }
p { color: rgb(205,241,142); }
H1.HeaderClassName
{
color: #CDF18E;
}
.AnyTagClassName
{
color: #CDF18E;
}
</style>
background-color css
<style>
a { background-color: #CDF18E; }
a { background-color: rgb(205,241,142); }
div.DivClassName
{
background-color: #CDF18E;
}
.BgClassName
{
background-color: #CDF18E;
}
</style>
border-color css
<style>
span { border-color: #CDF18E; }
span { border-color: rgb(205,241,142); }
td.TdClassName
{
border-color: #CDF18E;
}
.TagClassName
{
border-color: #CDF18E;
}
</style>