Shades of Sulu #CDFE74
Tints of Sulu #CDFE74
RGB
CMYK
RGB Variations
Color information
#CDFE74 (or 0xCDFE74) is known color: Sulu. HEX triplet: CD, FE and 74. RGB value is (205,254,116). Sum of RGB (Red+Green+Blue) = 205+254+116=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 254 (99.61% from 255 or 44.17% from 575); Blue value is 116 (45.70% from 255 or 20.17% from 575); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFE74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFE74 is #32018B. Grayscale: #E0E0E0. Windows color (decimal): -3277196 or 7667405. OLE color: 7667405.
HSL color Cylindrical-coordinate representation of color #CDFE74: hue angle of 81.3º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CDFE74 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 254 | 116 | - |
| CMYK | 0.19 | 0 | 0.54 | 0.00 |
| HSL | 81.3º | 0.99% | 0.73% | - |
| HSV(B) | 81.3º | 0.54% | 1% | - |
| XYZ | 63.77 | 85.12 | 29.59 | - |
| YUV | 223.62 | 67.27 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 254 | 116 | 0.19 | 0 | 0.54 | 0.00 | 81.3 | 0.99 | 0.73 |
| Hex | CD | FE | 74 | 13 | 0 | 36 | 0 | 51 | 63 | 49 |
| Octal | 315 | 376 | 164 | 23 | 0 | 66 | 0 | 121 | 143 | 111 |
| Binary | 11001101 | 11111110 | 1110100 | 10011 | 0 | 110110 | 0 | 1010001 | 1100011 | 1001001 |
Color Harmonies of #CDFE74
Complementary color
Monochromatic Colors of #CDFE74
Black with #CDFE74
Text Example
Text Example
White with #CDFE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFE74; }
p { color: rgb(205,254,116); }
H1.HeaderClassName
{
color: #CDFE74;
}
.AnyTagClassName
{
color: #CDFE74;
}
</style>
background-color css
<style>
a { background-color: #CDFE74; }
a { background-color: rgb(205,254,116); }
div.DivClassName
{
background-color: #CDFE74;
}
.BgClassName
{
background-color: #CDFE74;
}
</style>
border-color css
<style>
span { border-color: #CDFE74; }
span { border-color: rgb(205,254,116); }
td.TdClassName
{
border-color: #CDFE74;
}
.TagClassName
{
border-color: #CDFE74;
}
</style>