Shades of Sulu #CCF682
Tints of Sulu #CCF682
RGB
CMYK
RGB Variations
Color information
#CCF682 (or 0xCCF682) is known color: Sulu. HEX triplet: CC, F6 and 82. RGB value is (204,246,130). Sum of RGB (Red+Green+Blue) = 204+246+130=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 246 (96.48% from 255 or 42.41% from 580); Blue value is 130 (51.17% from 255 or 22.41% from 580); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF682 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF682 is #33097D. Grayscale: #DCDCDC. Windows color (decimal): -3344766 or 8582860. OLE color: 8582860.
HSL color Cylindrical-coordinate representation of color #CCF682: hue angle of 81.72º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CCF682 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 246 | 130 | - |
| CMYK | 0.17 | 0 | 0.47 | 0.04 |
| HSL | 81.72º | 0.87% | 0.74% | - |
| HSV(B) | 81.72º | 0.47% | 0.96% | - |
| XYZ | 61.89 | 80.36 | 33.37 | - |
| YUV | 220.22 | 77.09 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 246 | 130 | 0.17 | 0 | 0.47 | 0.04 | 81.72 | 0.87 | 0.74 |
| Hex | CC | F6 | 82 | 11 | 0 | 2F | 4 | 52 | 57 | 4A |
| Octal | 314 | 366 | 202 | 21 | 0 | 57 | 4 | 122 | 127 | 112 |
| Binary | 11001100 | 11110110 | 10000010 | 10001 | 0 | 101111 | 100 | 1010010 | 1010111 | 1001010 |
Color Harmonies of #CCF682
Complementary color
Monochromatic Colors of #CCF682
Black with #CCF682
Text Example
Text Example
White with #CCF682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF682; }
p { color: rgb(204,246,130); }
H1.HeaderClassName
{
color: #CCF682;
}
.AnyTagClassName
{
color: #CCF682;
}
</style>
background-color css
<style>
a { background-color: #CCF682; }
a { background-color: rgb(204,246,130); }
div.DivClassName
{
background-color: #CCF682;
}
.BgClassName
{
background-color: #CCF682;
}
</style>
border-color css
<style>
span { border-color: #CCF682; }
span { border-color: rgb(204,246,130); }
td.TdClassName
{
border-color: #CCF682;
}
.TagClassName
{
border-color: #CCF682;
}
</style>