Shades of Sulu #CDF17A
Tints of Sulu #CDF17A
RGB
CMYK
RGB Variations
Color information
#CDF17A (or 0xCDF17A) is known color: Sulu. HEX triplet: CD, F1 and 7A. RGB value is (205,241,122). Sum of RGB (Red+Green+Blue) = 205+241+122=568 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.09% from 568); Green value is 241 (94.53% from 255 or 42.43% from 568); Blue value is 122 (48.05% from 255 or 21.48% from 568); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF17A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF17A is #320E85. Grayscale: #D9D9D9. Windows color (decimal): -3280518 or 8057293. OLE color: 8057293.
HSL color Cylindrical-coordinate representation of color #CDF17A: hue angle of 78.15º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CDF17A is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 122 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.05 |
| HSL | 78.15º | 0.81% | 0.71% | - |
| HSV(B) | 78.15º | 0.49% | 0.95% | - |
| XYZ | 60.14 | 77.29 | 30.16 | - |
| YUV | 216.67 | 74.57 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 122 | 0.15 | 0 | 0.49 | 0.05 | 78.15 | 0.81 | 0.71 |
| Hex | CD | F1 | 7A | F | 0 | 31 | 5 | 4E | 51 | 47 |
| Octal | 315 | 361 | 172 | 17 | 0 | 61 | 5 | 116 | 121 | 107 |
| Binary | 11001101 | 11110001 | 1111010 | 1111 | 0 | 110001 | 101 | 1001110 | 1010001 | 1000111 |
Color Harmonies of #CDF17A
Complementary color
Monochromatic Colors of #CDF17A
Black with #CDF17A
Text Example
Text Example
White with #CDF17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF17A; }
p { color: rgb(205,241,122); }
H1.HeaderClassName
{
color: #CDF17A;
}
.AnyTagClassName
{
color: #CDF17A;
}
</style>
background-color css
<style>
a { background-color: #CDF17A; }
a { background-color: rgb(205,241,122); }
div.DivClassName
{
background-color: #CDF17A;
}
.BgClassName
{
background-color: #CDF17A;
}
</style>
border-color css
<style>
span { border-color: #CDF17A; }
span { border-color: rgb(205,241,122); }
td.TdClassName
{
border-color: #CDF17A;
}
.TagClassName
{
border-color: #CDF17A;
}
</style>