Shades of Sulu #CDF971
Tints of Sulu #CDF971
RGB
CMYK
RGB Variations
Color information
#CDF971 (or 0xCDF971) is known color: Sulu. HEX triplet: CD, F9 and 71. RGB value is (205,249,113). Sum of RGB (Red+Green+Blue) = 205+249+113=567 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.16% from 567); Green value is 249 (97.66% from 255 or 43.92% from 567); Blue value is 113 (44.53% from 255 or 19.93% from 567); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF971 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF971 is #32068E. Grayscale: #DCDCDC. Windows color (decimal): -3278479 or 7469517. OLE color: 7469517.
HSL color Cylindrical-coordinate representation of color #CDF971: hue angle of 79.41º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CDF971 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 249 | 113 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.02 |
| HSL | 79.41º | 0.92% | 0.71% | - |
| HSV(B) | 79.41º | 0.55% | 0.98% | - |
| XYZ | 62.03 | 81.92 | 28.17 | - |
| YUV | 220.34 | 67.42 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 249 | 113 | 0.18 | 0 | 0.55 | 0.02 | 79.41 | 0.92 | 0.71 |
| Hex | CD | F9 | 71 | 12 | 0 | 37 | 2 | 4F | 5C | 47 |
| Octal | 315 | 371 | 161 | 22 | 0 | 67 | 2 | 117 | 134 | 107 |
| Binary | 11001101 | 11111001 | 1110001 | 10010 | 0 | 110111 | 10 | 1001111 | 1011100 | 1000111 |
Color Harmonies of #CDF971
Complementary color
Monochromatic Colors of #CDF971
Black with #CDF971
Text Example
Text Example
White with #CDF971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF971; }
p { color: rgb(205,249,113); }
H1.HeaderClassName
{
color: #CDF971;
}
.AnyTagClassName
{
color: #CDF971;
}
</style>
background-color css
<style>
a { background-color: #CDF971; }
a { background-color: rgb(205,249,113); }
div.DivClassName
{
background-color: #CDF971;
}
.BgClassName
{
background-color: #CDF971;
}
</style>
border-color css
<style>
span { border-color: #CDF971; }
span { border-color: rgb(205,249,113); }
td.TdClassName
{
border-color: #CDF971;
}
.TagClassName
{
border-color: #CDF971;
}
</style>