Shades of Sulu #CDF68A
Tints of Sulu #CDF68A
RGB
CMYK
RGB Variations
Color information
#CDF68A (or 0xCDF68A) is known color: Sulu. HEX triplet: CD, F6 and 8A. RGB value is (205,246,138). Sum of RGB (Red+Green+Blue) = 205+246+138=589 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.80% from 589); Green value is 246 (96.48% from 255 or 41.77% from 589); Blue value is 138 (54.30% from 255 or 23.43% from 589); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF68A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF68A is #320975. Grayscale: #DDDDDD. Windows color (decimal): -3279222 or 9107149. OLE color: 9107149.
HSL color Cylindrical-coordinate representation of color #CDF68A: hue angle of 82.78º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CDF68A is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 246 | 138 | - |
| CMYK | 0.17 | 0 | 0.44 | 0.04 |
| HSL | 82.78º | 0.86% | 0.75% | - |
| HSV(B) | 82.78º | 0.44% | 0.96% | - |
| XYZ | 62.72 | 80.73 | 36.32 | - |
| YUV | 221.43 | 80.92 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 246 | 138 | 0.17 | 0 | 0.44 | 0.04 | 82.78 | 0.86 | 0.75 |
| Hex | CD | F6 | 8A | 11 | 0 | 2C | 4 | 53 | 56 | 4B |
| Octal | 315 | 366 | 212 | 21 | 0 | 54 | 4 | 123 | 126 | 113 |
| Binary | 11001101 | 11110110 | 10001010 | 10001 | 0 | 101100 | 100 | 1010011 | 1010110 | 1001011 |
Color Harmonies of #CDF68A
Complementary color
Monochromatic Colors of #CDF68A
Black with #CDF68A
Text Example
Text Example
White with #CDF68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF68A; }
p { color: rgb(205,246,138); }
H1.HeaderClassName
{
color: #CDF68A;
}
.AnyTagClassName
{
color: #CDF68A;
}
</style>
background-color css
<style>
a { background-color: #CDF68A; }
a { background-color: rgb(205,246,138); }
div.DivClassName
{
background-color: #CDF68A;
}
.BgClassName
{
background-color: #CDF68A;
}
</style>
border-color css
<style>
span { border-color: #CDF68A; }
span { border-color: rgb(205,246,138); }
td.TdClassName
{
border-color: #CDF68A;
}
.TagClassName
{
border-color: #CDF68A;
}
</style>