Shades of Sulu #CCF181
Tints of Sulu #CCF181
RGB
CMYK
RGB Variations
Color information
#CCF181 (or 0xCCF181) is known color: Sulu. HEX triplet: CC, F1 and 81. RGB value is (204,241,129). Sum of RGB (Red+Green+Blue) = 204+241+129=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 241 (94.53% from 255 or 41.99% from 574); Blue value is 129 (50.78% from 255 or 22.47% from 574); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF181 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF181 is #330E7E. Grayscale: #D9D9D9. Windows color (decimal): -3346047 or 8516044. OLE color: 8516044.
HSL color Cylindrical-coordinate representation of color #CCF181: hue angle of 79.82º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CCF181 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 129 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.05 |
| HSL | 79.82º | 0.8% | 0.73% | - |
| HSV(B) | 79.82º | 0.46% | 0.95% | - |
| XYZ | 60.32 | 77.33 | 32.52 | - |
| YUV | 217.17 | 78.24 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 129 | 0.15 | 0 | 0.46 | 0.05 | 79.82 | 0.8 | 0.73 |
| Hex | CC | F1 | 81 | F | 0 | 2E | 5 | 50 | 50 | 49 |
| Octal | 314 | 361 | 201 | 17 | 0 | 56 | 5 | 120 | 120 | 111 |
| Binary | 11001100 | 11110001 | 10000001 | 1111 | 0 | 101110 | 101 | 1010000 | 1010000 | 1001001 |
Color Harmonies of #CCF181
Complementary color
Monochromatic Colors of #CCF181
Black with #CCF181
Text Example
Text Example
White with #CCF181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF181; }
p { color: rgb(204,241,129); }
H1.HeaderClassName
{
color: #CCF181;
}
.AnyTagClassName
{
color: #CCF181;
}
</style>
background-color css
<style>
a { background-color: #CCF181; }
a { background-color: rgb(204,241,129); }
div.DivClassName
{
background-color: #CCF181;
}
.BgClassName
{
background-color: #CCF181;
}
</style>
border-color css
<style>
span { border-color: #CCF181; }
span { border-color: rgb(204,241,129); }
td.TdClassName
{
border-color: #CCF181;
}
.TagClassName
{
border-color: #CCF181;
}
</style>