Shades of Sulu #CCF18C
Tints of Sulu #CCF18C
RGB
CMYK
RGB Variations
Color information
#CCF18C (or 0xCCF18C) is known color: Sulu. HEX triplet: CC, F1 and 8C. RGB value is (204,241,140). Sum of RGB (Red+Green+Blue) = 204+241+140=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 241 (94.53% from 255 or 41.20% from 585); Blue value is 140 (55.08% from 255 or 23.93% from 585); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF18C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF18C is #330E73. Grayscale: #DADADA. Windows color (decimal): -3346036 or 9236940. OLE color: 9236940.
HSL color Cylindrical-coordinate representation of color #CCF18C: hue angle of 81.98º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCF18C is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 140 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.05 |
| HSL | 81.98º | 0.78% | 0.75% | - |
| HSV(B) | 81.98º | 0.42% | 0.95% | - |
| XYZ | 61.09 | 77.64 | 36.58 | - |
| YUV | 218.42 | 83.74 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 140 | 0.15 | 0 | 0.42 | 0.05 | 81.98 | 0.78 | 0.75 |
| Hex | CC | F1 | 8C | F | 0 | 2A | 5 | 52 | 4E | 4B |
| Octal | 314 | 361 | 214 | 17 | 0 | 52 | 5 | 122 | 116 | 113 |
| Binary | 11001100 | 11110001 | 10001100 | 1111 | 0 | 101010 | 101 | 1010010 | 1001110 | 1001011 |
Color Harmonies of #CCF18C
Complementary color
Monochromatic Colors of #CCF18C
Black with #CCF18C
Text Example
Text Example
White with #CCF18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF18C; }
p { color: rgb(204,241,140); }
H1.HeaderClassName
{
color: #CCF18C;
}
.AnyTagClassName
{
color: #CCF18C;
}
</style>
background-color css
<style>
a { background-color: #CCF18C; }
a { background-color: rgb(204,241,140); }
div.DivClassName
{
background-color: #CCF18C;
}
.BgClassName
{
background-color: #CCF18C;
}
</style>
border-color css
<style>
span { border-color: #CCF18C; }
span { border-color: rgb(204,241,140); }
td.TdClassName
{
border-color: #CCF18C;
}
.TagClassName
{
border-color: #CCF18C;
}
</style>