Shades of Sulu #CDF182
Tints of Sulu #CDF182
RGB
CMYK
RGB Variations
Color information
#CDF182 (or 0xCDF182) is known color: Sulu. HEX triplet: CD, F1 and 82. RGB value is (205,241,130). Sum of RGB (Red+Green+Blue) = 205+241+130=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 241 (94.53% from 255 or 41.84% from 576); Blue value is 130 (51.17% from 255 or 22.57% from 576); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF182 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF182 is #320E7D. Grayscale: #D9D9D9. Windows color (decimal): -3280510 or 8581581. OLE color: 8581581.
HSL color Cylindrical-coordinate representation of color #CDF182: hue angle of 79.46º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CDF182 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 130 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.05 |
| HSL | 79.46º | 0.8% | 0.73% | - |
| HSV(B) | 79.46º | 0.46% | 0.95% | - |
| XYZ | 60.66 | 77.5 | 32.88 | - |
| YUV | 217.58 | 78.57 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 130 | 0.15 | 0 | 0.46 | 0.05 | 79.46 | 0.8 | 0.73 |
| Hex | CD | F1 | 82 | F | 0 | 2E | 5 | 4F | 50 | 49 |
| Octal | 315 | 361 | 202 | 17 | 0 | 56 | 5 | 117 | 120 | 111 |
| Binary | 11001101 | 11110001 | 10000010 | 1111 | 0 | 101110 | 101 | 1001111 | 1010000 | 1001001 |
Color Harmonies of #CDF182
Complementary color
Monochromatic Colors of #CDF182
Black with #CDF182
Text Example
Text Example
White with #CDF182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF182; }
p { color: rgb(205,241,130); }
H1.HeaderClassName
{
color: #CDF182;
}
.AnyTagClassName
{
color: #CDF182;
}
</style>
background-color css
<style>
a { background-color: #CDF182; }
a { background-color: rgb(205,241,130); }
div.DivClassName
{
background-color: #CDF182;
}
.BgClassName
{
background-color: #CDF182;
}
</style>
border-color css
<style>
span { border-color: #CDF182; }
span { border-color: rgb(205,241,130); }
td.TdClassName
{
border-color: #CDF182;
}
.TagClassName
{
border-color: #CDF182;
}
</style>