Shades of Sulu #CDEF8C
Tints of Sulu #CDEF8C
RGB
CMYK
RGB Variations
Color information
#CDEF8C (or 0xCDEF8C) is known color: Sulu. HEX triplet: CD, EF and 8C. RGB value is (205,239,140). Sum of RGB (Red+Green+Blue) = 205+239+140=584 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.10% from 584); Green value is 239 (93.75% from 255 or 40.92% from 584); Blue value is 140 (55.08% from 255 or 23.97% from 584); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEF8C is #321073. Grayscale: #D9D9D9. Windows color (decimal): -3281012 or 9236429. OLE color: 9236429.
HSL color Cylindrical-coordinate representation of color #CDEF8C: hue angle of 80.61º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CDEF8C is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 140 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.06 |
| HSL | 80.61º | 0.76% | 0.74% | - |
| HSV(B) | 80.61º | 0.41% | 0.94% | - |
| XYZ | 60.78 | 76.61 | 36.39 | - |
| YUV | 217.55 | 84.24 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 140 | 0.14 | 0 | 0.41 | 0.06 | 80.61 | 0.76 | 0.74 |
| Hex | CD | EF | 8C | E | 0 | 29 | 6 | 51 | 4C | 4A |
| Octal | 315 | 357 | 214 | 16 | 0 | 51 | 6 | 121 | 114 | 112 |
| Binary | 11001101 | 11101111 | 10001100 | 1110 | 0 | 101001 | 110 | 1010001 | 1001100 | 1001010 |
Color Harmonies of #CDEF8C
Complementary color
Monochromatic Colors of #CDEF8C
Black with #CDEF8C
Text Example
Text Example
White with #CDEF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF8C; }
p { color: rgb(205,239,140); }
H1.HeaderClassName
{
color: #CDEF8C;
}
.AnyTagClassName
{
color: #CDEF8C;
}
</style>
background-color css
<style>
a { background-color: #CDEF8C; }
a { background-color: rgb(205,239,140); }
div.DivClassName
{
background-color: #CDEF8C;
}
.BgClassName
{
background-color: #CDEF8C;
}
</style>
border-color css
<style>
span { border-color: #CDEF8C; }
span { border-color: rgb(205,239,140); }
td.TdClassName
{
border-color: #CDEF8C;
}
.TagClassName
{
border-color: #CDEF8C;
}
</style>