Shades of Sulu #CDFF8A
Tints of Sulu #CDFF8A
RGB
CMYK
RGB Variations
Color information
#CDFF8A (or 0xCDFF8A) is known color: Sulu. HEX triplet: CD, FF and 8A. RGB value is (205,255,138). Sum of RGB (Red+Green+Blue) = 205+255+138=598 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.28% from 598); Green value is 255 (100% from 255 or 42.64% from 598); Blue value is 138 (54.30% from 255 or 23.08% from 598); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFF8A is #320075. Grayscale: #E3E3E3. Windows color (decimal): -3276918 or 9109453. OLE color: 9109453.
HSL color Cylindrical-coordinate representation of color #CDFF8A: hue angle of 85.64º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CDFF8A is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 138 | - |
| CMYK | 0.20 | 0 | 0.46 | 0 |
| HSL | 85.64º | 1% | 0.77% | - |
| HSV(B) | 85.64º | 0.46% | 1% | - |
| XYZ | 65.52 | 86.33 | 37.26 | - |
| YUV | 226.71 | 77.94 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 138 | 0.20 | 0 | 0.46 | 0 | 85.64 | 1 | 0.77 |
| Hex | CD | FF | 8A | 14 | 0 | 2E | 0 | 56 | 64 | 4D |
| Octal | 315 | 377 | 212 | 24 | 0 | 56 | 0 | 126 | 144 | 115 |
| Binary | 11001101 | 11111111 | 10001010 | 10100 | 0 | 101110 | 0 | 1010110 | 1100100 | 1001101 |
Color Harmonies of #CDFF8A
Complementary color
Monochromatic Colors of #CDFF8A
Black with #CDFF8A
Text Example
Text Example
White with #CDFF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFF8A; }
p { color: rgb(205,255,138); }
H1.HeaderClassName
{
color: #CDFF8A;
}
.AnyTagClassName
{
color: #CDFF8A;
}
</style>
background-color css
<style>
a { background-color: #CDFF8A; }
a { background-color: rgb(205,255,138); }
div.DivClassName
{
background-color: #CDFF8A;
}
.BgClassName
{
background-color: #CDFF8A;
}
</style>
border-color css
<style>
span { border-color: #CDFF8A; }
span { border-color: rgb(205,255,138); }
td.TdClassName
{
border-color: #CDFF8A;
}
.TagClassName
{
border-color: #CDFF8A;
}
</style>