Shades of Sulu #CCF380
Tints of Sulu #CCF380
RGB
CMYK
RGB Variations
Color information
#CCF380 (or 0xCCF380) is known color: Sulu. HEX triplet: CC, F3 and 80. RGB value is (204,243,128). Sum of RGB (Red+Green+Blue) = 204+243+128=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 243 (95.31% from 255 or 42.26% from 575); Blue value is 128 (50.39% from 255 or 22.26% from 575); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF380 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF380 is #330C7F. Grayscale: #DADADA. Windows color (decimal): -3345536 or 8451020. OLE color: 8451020.
HSL color Cylindrical-coordinate representation of color #CCF380: hue angle of 80.35º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CCF380 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 128 | - |
| CMYK | 0.16 | 0 | 0.47 | 0.05 |
| HSL | 80.35º | 0.83% | 0.73% | - |
| HSV(B) | 80.35º | 0.47% | 0.95% | - |
| XYZ | 60.85 | 78.5 | 32.37 | - |
| YUV | 218.23 | 77.08 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 128 | 0.16 | 0 | 0.47 | 0.05 | 80.35 | 0.83 | 0.73 |
| Hex | CC | F3 | 80 | 10 | 0 | 2F | 5 | 50 | 53 | 49 |
| Octal | 314 | 363 | 200 | 20 | 0 | 57 | 5 | 120 | 123 | 111 |
| Binary | 11001100 | 11110011 | 10000000 | 10000 | 0 | 101111 | 101 | 1010000 | 1010011 | 1001001 |
Color Harmonies of #CCF380
Complementary color
Monochromatic Colors of #CCF380
Black with #CCF380
Text Example
Text Example
White with #CCF380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF380; }
p { color: rgb(204,243,128); }
H1.HeaderClassName
{
color: #CCF380;
}
.AnyTagClassName
{
color: #CCF380;
}
</style>
background-color css
<style>
a { background-color: #CCF380; }
a { background-color: rgb(204,243,128); }
div.DivClassName
{
background-color: #CCF380;
}
.BgClassName
{
background-color: #CCF380;
}
</style>
border-color css
<style>
span { border-color: #CCF380; }
span { border-color: rgb(204,243,128); }
td.TdClassName
{
border-color: #CCF380;
}
.TagClassName
{
border-color: #CCF380;
}
</style>