Shades of Sulu #CCF28A
Tints of Sulu #CCF28A
RGB
CMYK
RGB Variations
Color information
#CCF28A (or 0xCCF28A) is known color: Sulu. HEX triplet: CC, F2 and 8A. RGB value is (204,242,138). Sum of RGB (Red+Green+Blue) = 204+242+138=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 242 (94.92% from 255 or 41.44% from 584); Blue value is 138 (54.30% from 255 or 23.63% from 584); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF28A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF28A is #330D75. Grayscale: #DBDBDB. Windows color (decimal): -3345782 or 9106124. OLE color: 9106124.
HSL color Cylindrical-coordinate representation of color #CCF28A: hue angle of 81.92º 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 #CCF28A is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 138 | - |
| CMYK | 0.16 | 0 | 0.43 | 0.05 |
| HSL | 81.92º | 0.8% | 0.75% | - |
| HSV(B) | 81.92º | 0.43% | 0.95% | - |
| XYZ | 61.24 | 78.18 | 35.91 | - |
| YUV | 218.78 | 82.41 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 138 | 0.16 | 0 | 0.43 | 0.05 | 81.92 | 0.8 | 0.75 |
| Hex | CC | F2 | 8A | 10 | 0 | 2B | 5 | 52 | 50 | 4B |
| Octal | 314 | 362 | 212 | 20 | 0 | 53 | 5 | 122 | 120 | 113 |
| Binary | 11001100 | 11110010 | 10001010 | 10000 | 0 | 101011 | 101 | 1010010 | 1010000 | 1001011 |
Color Harmonies of #CCF28A
Complementary color
Monochromatic Colors of #CCF28A
Black with #CCF28A
Text Example
Text Example
White with #CCF28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF28A; }
p { color: rgb(204,242,138); }
H1.HeaderClassName
{
color: #CCF28A;
}
.AnyTagClassName
{
color: #CCF28A;
}
</style>
background-color css
<style>
a { background-color: #CCF28A; }
a { background-color: rgb(204,242,138); }
div.DivClassName
{
background-color: #CCF28A;
}
.BgClassName
{
background-color: #CCF28A;
}
</style>
border-color css
<style>
span { border-color: #CCF28A; }
span { border-color: rgb(204,242,138); }
td.TdClassName
{
border-color: #CCF28A;
}
.TagClassName
{
border-color: #CCF28A;
}
</style>