Shades of Sulu #CCFF6B
Tints of Sulu #CCFF6B
RGB
CMYK
RGB Variations
Color information
#CCFF6B (or 0xCCFF6B) is known color: Sulu. HEX triplet: CC, FF and 6B. RGB value is (204,255,107). Sum of RGB (Red+Green+Blue) = 204+255+107=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 255 (100% from 255 or 45.05% from 566); Blue value is 107 (42.19% from 255 or 18.90% from 566); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFF6B is #330094. Grayscale: #DFDFDF. Windows color (decimal): -3342485 or 7077836. OLE color: 7077836.
HSL color Cylindrical-coordinate representation of color #CCFF6B: hue angle of 80.68º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCFF6B is Cyan = 0.2, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 107 | - |
| CMYK | 0.2 | 0 | 0.58 | 0 |
| HSL | 80.68º | 1% | 0.71% | - |
| HSV(B) | 80.68º | 0.58% | 1% | - |
| XYZ | 63.32 | 85.42 | 27.06 | - |
| YUV | 222.88 | 62.6 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 107 | 0.2 | 0 | 0.58 | 0 | 80.68 | 1 | 0.71 |
| Hex | CC | FF | 6B | 14 | 0 | 3A | 0 | 51 | 64 | 47 |
| Octal | 314 | 377 | 153 | 24 | 0 | 72 | 0 | 121 | 144 | 107 |
| Binary | 11001100 | 11111111 | 1101011 | 10100 | 0 | 111010 | 0 | 1010001 | 1100100 | 1000111 |
Color Harmonies of #CCFF6B
Complementary color
Monochromatic Colors of #CCFF6B
Black with #CCFF6B
Text Example
Text Example
White with #CCFF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF6B; }
p { color: rgb(204,255,107); }
H1.HeaderClassName
{
color: #CCFF6B;
}
.AnyTagClassName
{
color: #CCFF6B;
}
</style>
background-color css
<style>
a { background-color: #CCFF6B; }
a { background-color: rgb(204,255,107); }
div.DivClassName
{
background-color: #CCFF6B;
}
.BgClassName
{
background-color: #CCFF6B;
}
</style>
border-color css
<style>
span { border-color: #CCFF6B; }
span { border-color: rgb(204,255,107); }
td.TdClassName
{
border-color: #CCFF6B;
}
.TagClassName
{
border-color: #CCFF6B;
}
</style>