Shades of Sulu #CDF28D
Tints of Sulu #CDF28D
RGB
CMYK
RGB Variations
Color information
#CDF28D (or 0xCDF28D) is known color: Sulu. HEX triplet: CD, F2 and 8D. RGB value is (205,242,141). Sum of RGB (Red+Green+Blue) = 205+242+141=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 242 (94.92% from 255 or 41.16% from 588); Blue value is 141 (55.47% from 255 or 23.98% from 588); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF28D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF28D is #320D72. Grayscale: #DBDBDB. Windows color (decimal): -3280243 or 9302733. OLE color: 9302733.
HSL color Cylindrical-coordinate representation of color #CDF28D: hue angle of 81.98º degrees, saturation: 0.8, 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 #CDF28D is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 242 | 141 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.05 |
| HSL | 81.98º | 0.8% | 0.75% | - |
| HSV(B) | 81.98º | 0.42% | 0.95% | - |
| XYZ | 61.74 | 78.41 | 37.08 | - |
| YUV | 219.42 | 83.74 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 141 | 0.15 | 0 | 0.42 | 0.05 | 81.98 | 0.8 | 0.75 |
| Hex | CD | F2 | 8D | F | 0 | 2A | 5 | 52 | 50 | 4B |
| Octal | 315 | 362 | 215 | 17 | 0 | 52 | 5 | 122 | 120 | 113 |
| Binary | 11001101 | 11110010 | 10001101 | 1111 | 0 | 101010 | 101 | 1010010 | 1010000 | 1001011 |
Color Harmonies of #CDF28D
Complementary color
Monochromatic Colors of #CDF28D
Black with #CDF28D
Text Example
Text Example
White with #CDF28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF28D; }
p { color: rgb(205,242,141); }
H1.HeaderClassName
{
color: #CDF28D;
}
.AnyTagClassName
{
color: #CDF28D;
}
</style>
background-color css
<style>
a { background-color: #CDF28D; }
a { background-color: rgb(205,242,141); }
div.DivClassName
{
background-color: #CDF28D;
}
.BgClassName
{
background-color: #CDF28D;
}
</style>
border-color css
<style>
span { border-color: #CDF28D; }
span { border-color: rgb(205,242,141); }
td.TdClassName
{
border-color: #CDF28D;
}
.TagClassName
{
border-color: #CDF28D;
}
</style>