Shades of Sulu #CCF98A
Tints of Sulu #CCF98A
RGB
CMYK
RGB Variations
Color information
#CCF98A (or 0xCCF98A) is known color: Sulu. HEX triplet: CC, F9 and 8A. RGB value is (204,249,138). Sum of RGB (Red+Green+Blue) = 204+249+138=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 249 (97.66% from 255 or 42.13% from 591); Blue value is 138 (54.30% from 255 or 23.35% from 591); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF98A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF98A is #330675. Grayscale: #DFDFDF. Windows color (decimal): -3343990 or 9107916. OLE color: 9107916.
HSL color Cylindrical-coordinate representation of color #CCF98A: hue angle of 84.32º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCF98A is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 249 | 138 | - |
| CMYK | 0.18 | 0 | 0.45 | 0.02 |
| HSL | 84.32º | 0.9% | 0.76% | - |
| HSV(B) | 84.32º | 0.45% | 0.98% | - |
| XYZ | 63.36 | 82.42 | 36.61 | - |
| YUV | 222.89 | 80.09 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 249 | 138 | 0.18 | 0 | 0.45 | 0.02 | 84.32 | 0.9 | 0.76 |
| Hex | CC | F9 | 8A | 12 | 0 | 2D | 2 | 54 | 5A | 4C |
| Octal | 314 | 371 | 212 | 22 | 0 | 55 | 2 | 124 | 132 | 114 |
| Binary | 11001100 | 11111001 | 10001010 | 10010 | 0 | 101101 | 10 | 1010100 | 1011010 | 1001100 |
Color Harmonies of #CCF98A
Complementary color
Monochromatic Colors of #CCF98A
Black with #CCF98A
Text Example
Text Example
White with #CCF98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF98A; }
p { color: rgb(204,249,138); }
H1.HeaderClassName
{
color: #CCF98A;
}
.AnyTagClassName
{
color: #CCF98A;
}
</style>
background-color css
<style>
a { background-color: #CCF98A; }
a { background-color: rgb(204,249,138); }
div.DivClassName
{
background-color: #CCF98A;
}
.BgClassName
{
background-color: #CCF98A;
}
</style>
border-color css
<style>
span { border-color: #CCF98A; }
span { border-color: rgb(204,249,138); }
td.TdClassName
{
border-color: #CCF98A;
}
.TagClassName
{
border-color: #CCF98A;
}
</style>