Shades of Sulu #CDFF81
Tints of Sulu #CDFF81
RGB
CMYK
RGB Variations
Color information
#CDFF81 (or 0xCDFF81) is known color: Sulu. HEX triplet: CD, FF and 81. RGB value is (205,255,129). Sum of RGB (Red+Green+Blue) = 205+255+129=589 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.80% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 129 (50.78% from 255 or 21.90% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFF81 is #32007E. Grayscale: #E2E2E2. Windows color (decimal): -3276927 or 8519629. OLE color: 8519629.
HSL color Cylindrical-coordinate representation of color #CDFF81: hue angle of 83.81º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CDFF81 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 129 | - |
| CMYK | 0.20 | 0 | 0.49 | 0 |
| HSL | 83.81º | 1% | 0.75% | - |
| HSV(B) | 83.81º | 0.49% | 1% | - |
| XYZ | 64.9 | 86.08 | 33.96 | - |
| YUV | 225.69 | 73.44 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 129 | 0.20 | 0 | 0.49 | 0 | 83.81 | 1 | 0.75 |
| Hex | CD | FF | 81 | 14 | 0 | 31 | 0 | 54 | 64 | 4B |
| Octal | 315 | 377 | 201 | 24 | 0 | 61 | 0 | 124 | 144 | 113 |
| Binary | 11001101 | 11111111 | 10000001 | 10100 | 0 | 110001 | 0 | 1010100 | 1100100 | 1001011 |
Color Harmonies of #CDFF81
Complementary color
Monochromatic Colors of #CDFF81
Black with #CDFF81
Text Example
Text Example
White with #CDFF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFF81; }
p { color: rgb(205,255,129); }
H1.HeaderClassName
{
color: #CDFF81;
}
.AnyTagClassName
{
color: #CDFF81;
}
</style>
background-color css
<style>
a { background-color: #CDFF81; }
a { background-color: rgb(205,255,129); }
div.DivClassName
{
background-color: #CDFF81;
}
.BgClassName
{
background-color: #CDFF81;
}
</style>
border-color css
<style>
span { border-color: #CDFF81; }
span { border-color: rgb(205,255,129); }
td.TdClassName
{
border-color: #CDFF81;
}
.TagClassName
{
border-color: #CDFF81;
}
</style>