Shades of Sulu #CCF68A
Tints of Sulu #CCF68A
RGB
CMYK
RGB Variations
Color information
#CCF68A (or 0xCCF68A) is known color: Sulu. HEX triplet: CC, F6 and 8A. RGB value is (204,246,138). Sum of RGB (Red+Green+Blue) = 204+246+138=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 246 (96.48% from 255 or 41.84% from 588); Blue value is 138 (54.30% from 255 or 23.47% from 588); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF68A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF68A is #330975. Grayscale: #DDDDDD. Windows color (decimal): -3344758 or 9107148. OLE color: 9107148.
HSL color Cylindrical-coordinate representation of color #CCF68A: hue angle of 83.33º 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 #CCF68A is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 246 | 138 | - |
| CMYK | 0.17 | 0 | 0.44 | 0.04 |
| HSL | 83.33º | 0.86% | 0.75% | - |
| HSV(B) | 83.33º | 0.44% | 0.96% | - |
| XYZ | 62.45 | 80.58 | 36.31 | - |
| YUV | 221.13 | 81.09 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 246 | 138 | 0.17 | 0 | 0.44 | 0.04 | 83.33 | 0.86 | 0.75 |
| Hex | CC | F6 | 8A | 11 | 0 | 2C | 4 | 53 | 56 | 4B |
| Octal | 314 | 366 | 212 | 21 | 0 | 54 | 4 | 123 | 126 | 113 |
| Binary | 11001100 | 11110110 | 10001010 | 10001 | 0 | 101100 | 100 | 1010011 | 1010110 | 1001011 |
Color Harmonies of #CCF68A
Complementary color
Monochromatic Colors of #CCF68A
Black with #CCF68A
Text Example
Text Example
White with #CCF68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF68A; }
p { color: rgb(204,246,138); }
H1.HeaderClassName
{
color: #CCF68A;
}
.AnyTagClassName
{
color: #CCF68A;
}
</style>
background-color css
<style>
a { background-color: #CCF68A; }
a { background-color: rgb(204,246,138); }
div.DivClassName
{
background-color: #CCF68A;
}
.BgClassName
{
background-color: #CCF68A;
}
</style>
border-color css
<style>
span { border-color: #CCF68A; }
span { border-color: rgb(204,246,138); }
td.TdClassName
{
border-color: #CCF68A;
}
.TagClassName
{
border-color: #CCF68A;
}
</style>