Shades of Sulu #CCF28B
Tints of Sulu #CCF28B
RGB
CMYK
RGB Variations
Color information
#CCF28B (or 0xCCF28B) is known color: Sulu. HEX triplet: CC, F2 and 8B. RGB value is (204,242,139). Sum of RGB (Red+Green+Blue) = 204+242+139=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 242 (94.92% from 255 or 41.37% from 585); Blue value is 139 (54.69% from 255 or 23.76% from 585); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF28B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF28B is #330D74. Grayscale: #DBDBDB. Windows color (decimal): -3345781 or 9171660. OLE color: 9171660.
HSL color Cylindrical-coordinate representation of color #CCF28B: hue angle of 82.14º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CCF28B is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 139 | - |
| CMYK | 0.16 | 0 | 0.43 | 0.05 |
| HSL | 82.14º | 0.8% | 0.75% | - |
| HSV(B) | 82.14º | 0.43% | 0.95% | - |
| XYZ | 61.31 | 78.21 | 36.29 | - |
| YUV | 218.9 | 82.91 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 139 | 0.16 | 0 | 0.43 | 0.05 | 82.14 | 0.8 | 0.75 |
| Hex | CC | F2 | 8B | 10 | 0 | 2B | 5 | 52 | 50 | 4B |
| Octal | 314 | 362 | 213 | 20 | 0 | 53 | 5 | 122 | 120 | 113 |
| Binary | 11001100 | 11110010 | 10001011 | 10000 | 0 | 101011 | 101 | 1010010 | 1010000 | 1001011 |
Color Harmonies of #CCF28B
Complementary color
Monochromatic Colors of #CCF28B
Black with #CCF28B
Text Example
Text Example
White with #CCF28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF28B; }
p { color: rgb(204,242,139); }
H1.HeaderClassName
{
color: #CCF28B;
}
.AnyTagClassName
{
color: #CCF28B;
}
</style>
background-color css
<style>
a { background-color: #CCF28B; }
a { background-color: rgb(204,242,139); }
div.DivClassName
{
background-color: #CCF28B;
}
.BgClassName
{
background-color: #CCF28B;
}
</style>
border-color css
<style>
span { border-color: #CCF28B; }
span { border-color: rgb(204,242,139); }
td.TdClassName
{
border-color: #CCF28B;
}
.TagClassName
{
border-color: #CCF28B;
}
</style>