Shades of Sulu #CCF38E
Tints of Sulu #CCF38E
RGB
CMYK
RGB Variations
Color information
#CCF38E (or 0xCCF38E) is known color: Sulu. HEX triplet: CC, F3 and 8E. RGB value is (204,243,142). Sum of RGB (Red+Green+Blue) = 204+243+142=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 243 (95.31% from 255 or 41.26% from 589); Blue value is 142 (55.86% from 255 or 24.11% from 589); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF38E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF38E is #330C71. Grayscale: #DCDCDC. Windows color (decimal): -3345522 or 9368524. OLE color: 9368524.
HSL color Cylindrical-coordinate representation of color #CCF38E: hue angle of 83.17º degrees, saturation: 0.81, 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 #CCF38E is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 142 | - |
| CMYK | 0.16 | 0 | 0.42 | 0.05 |
| HSL | 83.17º | 0.81% | 0.75% | - |
| HSV(B) | 83.17º | 0.42% | 0.95% | - |
| XYZ | 61.83 | 78.89 | 37.56 | - |
| YUV | 219.83 | 84.08 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 142 | 0.16 | 0 | 0.42 | 0.05 | 83.17 | 0.81 | 0.75 |
| Hex | CC | F3 | 8E | 10 | 0 | 2A | 5 | 53 | 51 | 4B |
| Octal | 314 | 363 | 216 | 20 | 0 | 52 | 5 | 123 | 121 | 113 |
| Binary | 11001100 | 11110011 | 10001110 | 10000 | 0 | 101010 | 101 | 1010011 | 1010001 | 1001011 |
Color Harmonies of #CCF38E
Complementary color
Monochromatic Colors of #CCF38E
Black with #CCF38E
Text Example
Text Example
White with #CCF38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF38E; }
p { color: rgb(204,243,142); }
H1.HeaderClassName
{
color: #CCF38E;
}
.AnyTagClassName
{
color: #CCF38E;
}
</style>
background-color css
<style>
a { background-color: #CCF38E; }
a { background-color: rgb(204,243,142); }
div.DivClassName
{
background-color: #CCF38E;
}
.BgClassName
{
background-color: #CCF38E;
}
</style>
border-color css
<style>
span { border-color: #CCF38E; }
span { border-color: rgb(204,243,142); }
td.TdClassName
{
border-color: #CCF38E;
}
.TagClassName
{
border-color: #CCF38E;
}
</style>