Shades of Sulu #CDFF6C
Tints of Sulu #CDFF6C
RGB
CMYK
RGB Variations
Color information
#CDFF6C (or 0xCDFF6C) is known color: Sulu. HEX triplet: CD, FF and 6C. RGB value is (205,255,108). Sum of RGB (Red+Green+Blue) = 205+255+108=568 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.09% from 568); Green value is 255 (100% from 255 or 44.89% from 568); Blue value is 108 (42.58% from 255 or 19.01% from 568); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFF6C is #320093. Grayscale: #DFDFDF. Windows color (decimal): -3276948 or 7143373. OLE color: 7143373.
HSL color Cylindrical-coordinate representation of color #CDFF6C: hue angle of 80.41º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CDFF6C is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 108 | - |
| CMYK | 0.20 | 0 | 0.58 | 0 |
| HSL | 80.41º | 1% | 0.71% | - |
| HSV(B) | 80.41º | 0.58% | 1% | - |
| XYZ | 63.64 | 85.58 | 27.35 | - |
| YUV | 223.29 | 62.94 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 108 | 0.20 | 0 | 0.58 | 0 | 80.41 | 1 | 0.71 |
| Hex | CD | FF | 6C | 14 | 0 | 3A | 0 | 50 | 64 | 47 |
| Octal | 315 | 377 | 154 | 24 | 0 | 72 | 0 | 120 | 144 | 107 |
| Binary | 11001101 | 11111111 | 1101100 | 10100 | 0 | 111010 | 0 | 1010000 | 1100100 | 1000111 |
Color Harmonies of #CDFF6C
Complementary color
Monochromatic Colors of #CDFF6C
Black with #CDFF6C
Text Example
Text Example
White with #CDFF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFF6C; }
p { color: rgb(205,255,108); }
H1.HeaderClassName
{
color: #CDFF6C;
}
.AnyTagClassName
{
color: #CDFF6C;
}
</style>
background-color css
<style>
a { background-color: #CDFF6C; }
a { background-color: rgb(205,255,108); }
div.DivClassName
{
background-color: #CDFF6C;
}
.BgClassName
{
background-color: #CDFF6C;
}
</style>
border-color css
<style>
span { border-color: #CDFF6C; }
span { border-color: rgb(205,255,108); }
td.TdClassName
{
border-color: #CDFF6C;
}
.TagClassName
{
border-color: #CDFF6C;
}
</style>