Shades of Sulu #CDFF74
Tints of Sulu #CDFF74
RGB
CMYK
RGB Variations
Color information
#CDFF74 (or 0xCDFF74) is known color: Sulu. HEX triplet: CD, FF and 74. RGB value is (205,255,116). Sum of RGB (Red+Green+Blue) = 205+255+116=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 255 (100% from 255 or 44.27% from 576); Blue value is 116 (45.70% from 255 or 20.14% from 576); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFF74 is #32008B. Grayscale: #E0E0E0. Windows color (decimal): -3276940 or 7667661. OLE color: 7667661.
HSL color Cylindrical-coordinate representation of color #CDFF74: hue angle of 81.58º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CDFF74 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 116 | - |
| CMYK | 0.20 | 0 | 0.55 | 0 |
| HSL | 81.58º | 1% | 0.73% | - |
| HSV(B) | 81.58º | 0.55% | 1% | - |
| XYZ | 64.09 | 85.76 | 29.7 | - |
| YUV | 224.2 | 66.94 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 116 | 0.20 | 0 | 0.55 | 0 | 81.58 | 1 | 0.73 |
| Hex | CD | FF | 74 | 14 | 0 | 37 | 0 | 52 | 64 | 49 |
| Octal | 315 | 377 | 164 | 24 | 0 | 67 | 0 | 122 | 144 | 111 |
| Binary | 11001101 | 11111111 | 1110100 | 10100 | 0 | 110111 | 0 | 1010010 | 1100100 | 1001001 |
Color Harmonies of #CDFF74
Complementary color
Monochromatic Colors of #CDFF74
Black with #CDFF74
Text Example
Text Example
White with #CDFF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFF74; }
p { color: rgb(205,255,116); }
H1.HeaderClassName
{
color: #CDFF74;
}
.AnyTagClassName
{
color: #CDFF74;
}
</style>
background-color css
<style>
a { background-color: #CDFF74; }
a { background-color: rgb(205,255,116); }
div.DivClassName
{
background-color: #CDFF74;
}
.BgClassName
{
background-color: #CDFF74;
}
</style>
border-color css
<style>
span { border-color: #CDFF74; }
span { border-color: rgb(205,255,116); }
td.TdClassName
{
border-color: #CDFF74;
}
.TagClassName
{
border-color: #CDFF74;
}
</style>