Shades of Sulu #CDFF7B
Tints of Sulu #CDFF7B
RGB
CMYK
RGB Variations
Color information
#CDFF7B (or 0xCDFF7B) is known color: Sulu. HEX triplet: CD, FF and 7B. RGB value is (205,255,123). Sum of RGB (Red+Green+Blue) = 205+255+123=583 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.16% from 583); Green value is 255 (100% from 255 or 43.74% from 583); Blue value is 123 (48.44% from 255 or 21.10% from 583); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFF7B is #320084. Grayscale: #E1E1E1. Windows color (decimal): -3276933 or 8126413. OLE color: 8126413.
HSL color Cylindrical-coordinate representation of color #CDFF7B: hue angle of 82.73º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CDFF7B is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 123 | - |
| CMYK | 0.20 | 0 | 0.52 | 0 |
| HSL | 82.73º | 1% | 0.74% | - |
| HSV(B) | 82.73º | 0.52% | 1% | - |
| XYZ | 64.51 | 85.93 | 31.92 | - |
| YUV | 225 | 70.44 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 123 | 0.20 | 0 | 0.52 | 0 | 82.73 | 1 | 0.74 |
| Hex | CD | FF | 7B | 14 | 0 | 34 | 0 | 53 | 64 | 4A |
| Octal | 315 | 377 | 173 | 24 | 0 | 64 | 0 | 123 | 144 | 112 |
| Binary | 11001101 | 11111111 | 1111011 | 10100 | 0 | 110100 | 0 | 1010011 | 1100100 | 1001010 |
Color Harmonies of #CDFF7B
Complementary color
Monochromatic Colors of #CDFF7B
Black with #CDFF7B
Text Example
Text Example
White with #CDFF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFF7B; }
p { color: rgb(205,255,123); }
H1.HeaderClassName
{
color: #CDFF7B;
}
.AnyTagClassName
{
color: #CDFF7B;
}
</style>
background-color css
<style>
a { background-color: #CDFF7B; }
a { background-color: rgb(205,255,123); }
div.DivClassName
{
background-color: #CDFF7B;
}
.BgClassName
{
background-color: #CDFF7B;
}
</style>
border-color css
<style>
span { border-color: #CDFF7B; }
span { border-color: rgb(205,255,123); }
td.TdClassName
{
border-color: #CDFF7B;
}
.TagClassName
{
border-color: #CDFF7B;
}
</style>