Shades of Sulu #CDF383
Tints of Sulu #CDF383
RGB
CMYK
RGB Variations
Color information
#CDF383 (or 0xCDF383) is known color: Sulu. HEX triplet: CD, F3 and 83. RGB value is (205,243,131). Sum of RGB (Red+Green+Blue) = 205+243+131=579 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.41% from 579); Green value is 243 (95.31% from 255 or 41.97% from 579); Blue value is 131 (51.56% from 255 or 22.63% from 579); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF383 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF383 is #320C7C. Grayscale: #DBDBDB. Windows color (decimal): -3279997 or 8647629. OLE color: 8647629.
HSL color Cylindrical-coordinate representation of color #CDF383: hue angle of 80.36º degrees, saturation: 0.82, 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 #CDF383 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 131 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.05 |
| HSL | 80.36º | 0.82% | 0.73% | - |
| HSV(B) | 80.36º | 0.46% | 0.95% | - |
| XYZ | 61.32 | 78.72 | 33.43 | - |
| YUV | 218.87 | 78.41 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 131 | 0.16 | 0 | 0.46 | 0.05 | 80.36 | 0.82 | 0.73 |
| Hex | CD | F3 | 83 | 10 | 0 | 2E | 5 | 50 | 52 | 49 |
| Octal | 315 | 363 | 203 | 20 | 0 | 56 | 5 | 120 | 122 | 111 |
| Binary | 11001101 | 11110011 | 10000011 | 10000 | 0 | 101110 | 101 | 1010000 | 1010010 | 1001001 |
Color Harmonies of #CDF383
Complementary color
Monochromatic Colors of #CDF383
Black with #CDF383
Text Example
Text Example
White with #CDF383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF383; }
p { color: rgb(205,243,131); }
H1.HeaderClassName
{
color: #CDF383;
}
.AnyTagClassName
{
color: #CDF383;
}
</style>
background-color css
<style>
a { background-color: #CDF383; }
a { background-color: rgb(205,243,131); }
div.DivClassName
{
background-color: #CDF383;
}
.BgClassName
{
background-color: #CDF383;
}
</style>
border-color css
<style>
span { border-color: #CDF383; }
span { border-color: rgb(205,243,131); }
td.TdClassName
{
border-color: #CDF383;
}
.TagClassName
{
border-color: #CDF383;
}
</style>