Shades of Sulu #CDF183
Tints of Sulu #CDF183
RGB
CMYK
RGB Variations
Color information
#CDF183 (or 0xCDF183) is known color: Sulu. HEX triplet: CD, F1 and 83. RGB value is (205,241,131). Sum of RGB (Red+Green+Blue) = 205+241+131=577 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.53% from 577); Green value is 241 (94.53% from 255 or 41.77% from 577); Blue value is 131 (51.56% from 255 or 22.70% from 577); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF183 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF183 is #320E7C. Grayscale: #DADADA. Windows color (decimal): -3280509 or 8647117. OLE color: 8647117.
HSL color Cylindrical-coordinate representation of color #CDF183: hue angle of 79.64º 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 #CDF183 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 131 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.05 |
| HSL | 79.64º | 0.8% | 0.73% | - |
| HSV(B) | 79.64º | 0.46% | 0.95% | - |
| XYZ | 60.73 | 77.53 | 33.24 | - |
| YUV | 217.7 | 79.07 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 131 | 0.15 | 0 | 0.46 | 0.05 | 79.64 | 0.8 | 0.73 |
| Hex | CD | F1 | 83 | F | 0 | 2E | 5 | 50 | 50 | 49 |
| Octal | 315 | 361 | 203 | 17 | 0 | 56 | 5 | 120 | 120 | 111 |
| Binary | 11001101 | 11110001 | 10000011 | 1111 | 0 | 101110 | 101 | 1010000 | 1010000 | 1001001 |
Color Harmonies of #CDF183
Complementary color
Monochromatic Colors of #CDF183
Black with #CDF183
Text Example
Text Example
White with #CDF183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF183; }
p { color: rgb(205,241,131); }
H1.HeaderClassName
{
color: #CDF183;
}
.AnyTagClassName
{
color: #CDF183;
}
</style>
background-color css
<style>
a { background-color: #CDF183; }
a { background-color: rgb(205,241,131); }
div.DivClassName
{
background-color: #CDF183;
}
.BgClassName
{
background-color: #CDF183;
}
</style>
border-color css
<style>
span { border-color: #CDF183; }
span { border-color: rgb(205,241,131); }
td.TdClassName
{
border-color: #CDF183;
}
.TagClassName
{
border-color: #CDF183;
}
</style>