Shades of Sulu #CDFF83
Tints of Sulu #CDFF83
RGB
CMYK
RGB Variations
Color information
#CDFF83 (or 0xCDFF83) is known color: Sulu. HEX triplet: CD, FF and 83. RGB value is (205,255,131). Sum of RGB (Red+Green+Blue) = 205+255+131=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 255 (100% from 255 or 43.15% from 591); Blue value is 131 (51.56% from 255 or 22.17% from 591); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFF83 is #32007C. Grayscale: #E2E2E2. Windows color (decimal): -3276925 or 8650701. OLE color: 8650701.
HSL color Cylindrical-coordinate representation of color #CDFF83: hue angle of 84.19º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CDFF83 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 131 | - |
| CMYK | 0.20 | 0 | 0.49 | 0 |
| HSL | 84.19º | 1% | 0.76% | - |
| HSV(B) | 84.19º | 0.49% | 1% | - |
| XYZ | 65.03 | 86.14 | 34.67 | - |
| YUV | 225.91 | 74.44 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 131 | 0.20 | 0 | 0.49 | 0 | 84.19 | 1 | 0.76 |
| Hex | CD | FF | 83 | 14 | 0 | 31 | 0 | 54 | 64 | 4C |
| Octal | 315 | 377 | 203 | 24 | 0 | 61 | 0 | 124 | 144 | 114 |
| Binary | 11001101 | 11111111 | 10000011 | 10100 | 0 | 110001 | 0 | 1010100 | 1100100 | 1001100 |
Color Harmonies of #CDFF83
Complementary color
Monochromatic Colors of #CDFF83
Black with #CDFF83
Text Example
Text Example
White with #CDFF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFF83; }
p { color: rgb(205,255,131); }
H1.HeaderClassName
{
color: #CDFF83;
}
.AnyTagClassName
{
color: #CDFF83;
}
</style>
background-color css
<style>
a { background-color: #CDFF83; }
a { background-color: rgb(205,255,131); }
div.DivClassName
{
background-color: #CDFF83;
}
.BgClassName
{
background-color: #CDFF83;
}
</style>
border-color css
<style>
span { border-color: #CDFF83; }
span { border-color: rgb(205,255,131); }
td.TdClassName
{
border-color: #CDFF83;
}
.TagClassName
{
border-color: #CDFF83;
}
</style>