Shades of Sulu #CDF28B
Tints of Sulu #CDF28B
RGB
CMYK
RGB Variations
Color information
#CDF28B (or 0xCDF28B) is known color: Sulu. HEX triplet: CD, F2 and 8B. RGB value is (205,242,139). Sum of RGB (Red+Green+Blue) = 205+242+139=586 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.98% from 586); Green value is 242 (94.92% from 255 or 41.30% from 586); Blue value is 139 (54.69% from 255 or 23.72% from 586); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF28B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF28B is #320D74. Grayscale: #DBDBDB. Windows color (decimal): -3280245 or 9171661. OLE color: 9171661.
HSL color Cylindrical-coordinate representation of color #CDF28B: hue angle of 81.55º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CDF28B is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 242 | 139 | - |
| CMYK | 0.15 | 0 | 0.43 | 0.05 |
| HSL | 81.55º | 0.8% | 0.75% | - |
| HSV(B) | 81.55º | 0.43% | 0.95% | - |
| XYZ | 61.59 | 78.35 | 36.3 | - |
| YUV | 219.2 | 82.74 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 139 | 0.15 | 0 | 0.43 | 0.05 | 81.55 | 0.8 | 0.75 |
| Hex | CD | F2 | 8B | F | 0 | 2B | 5 | 52 | 50 | 4B |
| Octal | 315 | 362 | 213 | 17 | 0 | 53 | 5 | 122 | 120 | 113 |
| Binary | 11001101 | 11110010 | 10001011 | 1111 | 0 | 101011 | 101 | 1010010 | 1010000 | 1001011 |
Color Harmonies of #CDF28B
Complementary color
Monochromatic Colors of #CDF28B
Black with #CDF28B
Text Example
Text Example
White with #CDF28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF28B; }
p { color: rgb(205,242,139); }
H1.HeaderClassName
{
color: #CDF28B;
}
.AnyTagClassName
{
color: #CDF28B;
}
</style>
background-color css
<style>
a { background-color: #CDF28B; }
a { background-color: rgb(205,242,139); }
div.DivClassName
{
background-color: #CDF28B;
}
.BgClassName
{
background-color: #CDF28B;
}
</style>
border-color css
<style>
span { border-color: #CDF28B; }
span { border-color: rgb(205,242,139); }
td.TdClassName
{
border-color: #CDF28B;
}
.TagClassName
{
border-color: #CDF28B;
}
</style>