Shades of Sulu #CDF380
Tints of Sulu #CDF380
RGB
CMYK
RGB Variations
Color information
#CDF380 (or 0xCDF380) is known color: Sulu. HEX triplet: CD, F3 and 80. RGB value is (205,243,128). Sum of RGB (Red+Green+Blue) = 205+243+128=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 243 (95.31% from 255 or 42.19% from 576); Blue value is 128 (50.39% from 255 or 22.22% from 576); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF380 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF380 is #320C7F. Grayscale: #DADADA. Windows color (decimal): -3280000 or 8451021. OLE color: 8451021.
HSL color Cylindrical-coordinate representation of color #CDF380: hue angle of 79.83º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CDF380 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 128 | - |
| CMYK | 0.16 | 0 | 0.47 | 0.05 |
| HSL | 79.83º | 0.83% | 0.73% | - |
| HSV(B) | 79.83º | 0.47% | 0.95% | - |
| XYZ | 61.12 | 78.64 | 32.38 | - |
| YUV | 218.53 | 76.91 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 128 | 0.16 | 0 | 0.47 | 0.05 | 79.83 | 0.83 | 0.73 |
| Hex | CD | F3 | 80 | 10 | 0 | 2F | 5 | 50 | 53 | 49 |
| Octal | 315 | 363 | 200 | 20 | 0 | 57 | 5 | 120 | 123 | 111 |
| Binary | 11001101 | 11110011 | 10000000 | 10000 | 0 | 101111 | 101 | 1010000 | 1010011 | 1001001 |
Color Harmonies of #CDF380
Complementary color
Monochromatic Colors of #CDF380
Black with #CDF380
Text Example
Text Example
White with #CDF380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF380; }
p { color: rgb(205,243,128); }
H1.HeaderClassName
{
color: #CDF380;
}
.AnyTagClassName
{
color: #CDF380;
}
</style>
background-color css
<style>
a { background-color: #CDF380; }
a { background-color: rgb(205,243,128); }
div.DivClassName
{
background-color: #CDF380;
}
.BgClassName
{
background-color: #CDF380;
}
</style>
border-color css
<style>
span { border-color: #CDF380; }
span { border-color: rgb(205,243,128); }
td.TdClassName
{
border-color: #CDF380;
}
.TagClassName
{
border-color: #CDF380;
}
</style>