Shades of Sulu #CCF18B
Tints of Sulu #CCF18B
RGB
CMYK
RGB Variations
Color information
#CCF18B (or 0xCCF18B) is known color: Sulu. HEX triplet: CC, F1 and 8B. RGB value is (204,241,139). Sum of RGB (Red+Green+Blue) = 204+241+139=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 241 (94.53% from 255 or 41.27% from 584); Blue value is 139 (54.69% from 255 or 23.80% from 584); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF18B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF18B is #330E74. Grayscale: #DADADA. Windows color (decimal): -3346037 or 9171404. OLE color: 9171404.
HSL color Cylindrical-coordinate representation of color #CCF18B: hue angle of 81.76º 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 #CCF18B is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 139 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.05 |
| HSL | 81.76º | 0.78% | 0.75% | - |
| HSV(B) | 81.76º | 0.42% | 0.95% | - |
| XYZ | 61.02 | 77.61 | 36.19 | - |
| YUV | 218.31 | 83.24 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 139 | 0.15 | 0 | 0.42 | 0.05 | 81.76 | 0.78 | 0.75 |
| Hex | CC | F1 | 8B | F | 0 | 2A | 5 | 52 | 4E | 4B |
| Octal | 314 | 361 | 213 | 17 | 0 | 52 | 5 | 122 | 116 | 113 |
| Binary | 11001100 | 11110001 | 10001011 | 1111 | 0 | 101010 | 101 | 1010010 | 1001110 | 1001011 |
Color Harmonies of #CCF18B
Complementary color
Monochromatic Colors of #CCF18B
Black with #CCF18B
Text Example
Text Example
White with #CCF18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF18B; }
p { color: rgb(204,241,139); }
H1.HeaderClassName
{
color: #CCF18B;
}
.AnyTagClassName
{
color: #CCF18B;
}
</style>
background-color css
<style>
a { background-color: #CCF18B; }
a { background-color: rgb(204,241,139); }
div.DivClassName
{
background-color: #CCF18B;
}
.BgClassName
{
background-color: #CCF18B;
}
</style>
border-color css
<style>
span { border-color: #CCF18B; }
span { border-color: rgb(204,241,139); }
td.TdClassName
{
border-color: #CCF18B;
}
.TagClassName
{
border-color: #CCF18B;
}
</style>