Shades of Sulu #CDF375
Tints of Sulu #CDF375
RGB
CMYK
RGB Variations
Color information
#CDF375 (or 0xCDF375) is known color: Sulu. HEX triplet: CD, F3 and 75. RGB value is (205,243,117). Sum of RGB (Red+Green+Blue) = 205+243+117=565 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.28% from 565); Green value is 243 (95.31% from 255 or 43.01% from 565); Blue value is 117 (46.09% from 255 or 20.71% from 565); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF375 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF375 is #320C8A. Grayscale: #D9D9D9. Windows color (decimal): -3280011 or 7730125. OLE color: 7730125.
HSL color Cylindrical-coordinate representation of color #CDF375: hue angle of 78.1º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CDF375 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 117 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.05 |
| HSL | 78.1º | 0.84% | 0.71% | - |
| HSV(B) | 78.1º | 0.52% | 0.95% | - |
| XYZ | 60.44 | 78.36 | 28.77 | - |
| YUV | 217.27 | 71.41 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 117 | 0.16 | 0 | 0.52 | 0.05 | 78.1 | 0.84 | 0.71 |
| Hex | CD | F3 | 75 | 10 | 0 | 34 | 5 | 4E | 54 | 47 |
| Octal | 315 | 363 | 165 | 20 | 0 | 64 | 5 | 116 | 124 | 107 |
| Binary | 11001101 | 11110011 | 1110101 | 10000 | 0 | 110100 | 101 | 1001110 | 1010100 | 1000111 |
Color Harmonies of #CDF375
Complementary color
Monochromatic Colors of #CDF375
Black with #CDF375
Text Example
Text Example
White with #CDF375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF375; }
p { color: rgb(205,243,117); }
H1.HeaderClassName
{
color: #CDF375;
}
.AnyTagClassName
{
color: #CDF375;
}
</style>
background-color css
<style>
a { background-color: #CDF375; }
a { background-color: rgb(205,243,117); }
div.DivClassName
{
background-color: #CDF375;
}
.BgClassName
{
background-color: #CDF375;
}
</style>
border-color css
<style>
span { border-color: #CDF375; }
span { border-color: rgb(205,243,117); }
td.TdClassName
{
border-color: #CDF375;
}
.TagClassName
{
border-color: #CDF375;
}
</style>