Shades of Sulu #CDF18B
Tints of Sulu #CDF18B
RGB
CMYK
RGB Variations
Color information
#CDF18B (or 0xCDF18B) is known color: Sulu. HEX triplet: CD, F1 and 8B. RGB value is (205,241,139). Sum of RGB (Red+Green+Blue) = 205+241+139=585 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.04% from 585); Green value is 241 (94.53% from 255 or 41.20% from 585); Blue value is 139 (54.69% from 255 or 23.76% from 585); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF18B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF18B is #320E74. Grayscale: #DADADA. Windows color (decimal): -3280501 or 9171405. OLE color: 9171405.
HSL color Cylindrical-coordinate representation of color #CDF18B: hue angle of 81.18º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDF18B is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 139 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.05 |
| HSL | 81.18º | 0.78% | 0.75% | - |
| HSV(B) | 81.18º | 0.42% | 0.95% | - |
| XYZ | 61.29 | 77.75 | 36.2 | - |
| YUV | 218.61 | 83.07 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 139 | 0.15 | 0 | 0.42 | 0.05 | 81.18 | 0.78 | 0.75 |
| Hex | CD | F1 | 8B | F | 0 | 2A | 5 | 51 | 4E | 4B |
| Octal | 315 | 361 | 213 | 17 | 0 | 52 | 5 | 121 | 116 | 113 |
| Binary | 11001101 | 11110001 | 10001011 | 1111 | 0 | 101010 | 101 | 1010001 | 1001110 | 1001011 |
Color Harmonies of #CDF18B
Complementary color
Monochromatic Colors of #CDF18B
Black with #CDF18B
Text Example
Text Example
White with #CDF18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF18B; }
p { color: rgb(205,241,139); }
H1.HeaderClassName
{
color: #CDF18B;
}
.AnyTagClassName
{
color: #CDF18B;
}
</style>
background-color css
<style>
a { background-color: #CDF18B; }
a { background-color: rgb(205,241,139); }
div.DivClassName
{
background-color: #CDF18B;
}
.BgClassName
{
background-color: #CDF18B;
}
</style>
border-color css
<style>
span { border-color: #CDF18B; }
span { border-color: rgb(205,241,139); }
td.TdClassName
{
border-color: #CDF18B;
}
.TagClassName
{
border-color: #CDF18B;
}
</style>