Shades of Sulu #CDFF7D
Tints of Sulu #CDFF7D
RGB
CMYK
RGB Variations
Color information
#CDFF7D (or 0xCDFF7D) is known color: Sulu. HEX triplet: CD, FF and 7D. RGB value is (205,255,125). Sum of RGB (Red+Green+Blue) = 205+255+125=585 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.04% from 585); Green value is 255 (100% from 255 or 43.59% from 585); Blue value is 125 (49.22% from 255 or 21.37% from 585); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFF7D is #320082. Grayscale: #E1E1E1. Windows color (decimal): -3276931 or 8257485. OLE color: 8257485.
HSL color Cylindrical-coordinate representation of color #CDFF7D: hue angle of 83.08º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CDFF7D is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 125 | - |
| CMYK | 0.20 | 0 | 0.51 | 0 |
| HSL | 83.08º | 1% | 0.75% | - |
| HSV(B) | 83.08º | 0.51% | 1% | - |
| XYZ | 64.64 | 85.98 | 32.59 | - |
| YUV | 225.23 | 71.44 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 125 | 0.20 | 0 | 0.51 | 0 | 83.08 | 1 | 0.75 |
| Hex | CD | FF | 7D | 14 | 0 | 33 | 0 | 53 | 64 | 4B |
| Octal | 315 | 377 | 175 | 24 | 0 | 63 | 0 | 123 | 144 | 113 |
| Binary | 11001101 | 11111111 | 1111101 | 10100 | 0 | 110011 | 0 | 1010011 | 1100100 | 1001011 |
Color Harmonies of #CDFF7D
Complementary color
Monochromatic Colors of #CDFF7D
Black with #CDFF7D
Text Example
Text Example
White with #CDFF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFF7D; }
p { color: rgb(205,255,125); }
H1.HeaderClassName
{
color: #CDFF7D;
}
.AnyTagClassName
{
color: #CDFF7D;
}
</style>
background-color css
<style>
a { background-color: #CDFF7D; }
a { background-color: rgb(205,255,125); }
div.DivClassName
{
background-color: #CDFF7D;
}
.BgClassName
{
background-color: #CDFF7D;
}
</style>
border-color css
<style>
span { border-color: #CDFF7D; }
span { border-color: rgb(205,255,125); }
td.TdClassName
{
border-color: #CDFF7D;
}
.TagClassName
{
border-color: #CDFF7D;
}
</style>