Shades of Sulu #CDF67A
Tints of Sulu #CDF67A
RGB
CMYK
RGB Variations
Color information
#CDF67A (or 0xCDF67A) is known color: Sulu. HEX triplet: CD, F6 and 7A. RGB value is (205,246,122). Sum of RGB (Red+Green+Blue) = 205+246+122=573 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.78% from 573); Green value is 246 (96.48% from 255 or 42.93% from 573); Blue value is 122 (48.05% from 255 or 21.29% from 573); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF67A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF67A is #320985. Grayscale: #DCDCDC. Windows color (decimal): -3279238 or 8058573. OLE color: 8058573.
HSL color Cylindrical-coordinate representation of color #CDF67A: hue angle of 79.84º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDF67A is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 246 | 122 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.04 |
| HSL | 79.84º | 0.87% | 0.72% | - |
| HSV(B) | 79.84º | 0.5% | 0.96% | - |
| XYZ | 61.65 | 80.3 | 30.66 | - |
| YUV | 219.61 | 72.92 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 246 | 122 | 0.17 | 0 | 0.50 | 0.04 | 79.84 | 0.87 | 0.72 |
| Hex | CD | F6 | 7A | 11 | 0 | 32 | 4 | 50 | 57 | 48 |
| Octal | 315 | 366 | 172 | 21 | 0 | 62 | 4 | 120 | 127 | 110 |
| Binary | 11001101 | 11110110 | 1111010 | 10001 | 0 | 110010 | 100 | 1010000 | 1010111 | 1001000 |
Color Harmonies of #CDF67A
Complementary color
Monochromatic Colors of #CDF67A
Black with #CDF67A
Text Example
Text Example
White with #CDF67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF67A; }
p { color: rgb(205,246,122); }
H1.HeaderClassName
{
color: #CDF67A;
}
.AnyTagClassName
{
color: #CDF67A;
}
</style>
background-color css
<style>
a { background-color: #CDF67A; }
a { background-color: rgb(205,246,122); }
div.DivClassName
{
background-color: #CDF67A;
}
.BgClassName
{
background-color: #CDF67A;
}
</style>
border-color css
<style>
span { border-color: #CDF67A; }
span { border-color: rgb(205,246,122); }
td.TdClassName
{
border-color: #CDF67A;
}
.TagClassName
{
border-color: #CDF67A;
}
</style>