Shades of Sulu #CCDF8A
Tints of Sulu #CCDF8A
RGB
CMYK
RGB Variations
Color information
#CCDF8A (or 0xCCDF8A) is known color: Sulu. HEX triplet: CC, DF and 8A. RGB value is (204,223,138). Sum of RGB (Red+Green+Blue) = 204+223+138=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 223 (87.5% from 255 or 39.47% from 565); Blue value is 138 (54.30% from 255 or 24.42% from 565); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDF8A is #332075. Grayscale: #CFCFCF. Windows color (decimal): -3350646 or 9101260. OLE color: 9101260.
HSL color Cylindrical-coordinate representation of color #CCDF8A: hue angle of 73.41º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCDF8A is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 138 | - |
| CMYK | 0.09 | 0 | 0.38 | 0.13 |
| HSL | 73.41º | 0.57% | 0.71% | - |
| HSV(B) | 73.41º | 0.38% | 0.87% | - |
| XYZ | 55.88 | 67.45 | 34.12 | - |
| YUV | 207.63 | 88.71 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 138 | 0.09 | 0 | 0.38 | 0.13 | 73.41 | 0.57 | 0.71 |
| Hex | CC | DF | 8A | 9 | 0 | 26 | D | 49 | 39 | 47 |
| Octal | 314 | 337 | 212 | 11 | 0 | 46 | 15 | 111 | 71 | 107 |
| Binary | 11001100 | 11011111 | 10001010 | 1001 | 0 | 100110 | 1101 | 1001001 | 111001 | 1000111 |
Color Harmonies of #CCDF8A
Complementary color
Monochromatic Colors of #CCDF8A
Black with #CCDF8A
Text Example
Text Example
White with #CCDF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDF8A; }
p { color: rgb(204,223,138); }
H1.HeaderClassName
{
color: #CCDF8A;
}
.AnyTagClassName
{
color: #CCDF8A;
}
</style>
background-color css
<style>
a { background-color: #CCDF8A; }
a { background-color: rgb(204,223,138); }
div.DivClassName
{
background-color: #CCDF8A;
}
.BgClassName
{
background-color: #CCDF8A;
}
</style>
border-color css
<style>
span { border-color: #CCDF8A; }
span { border-color: rgb(204,223,138); }
td.TdClassName
{
border-color: #CCDF8A;
}
.TagClassName
{
border-color: #CCDF8A;
}
</style>