Shades of Sulu #CCF07D
Tints of Sulu #CCF07D
RGB
CMYK
RGB Variations
Color information
#CCF07D (or 0xCCF07D) is known color: Sulu. HEX triplet: CC, F0 and 7D. RGB value is (204,240,125). Sum of RGB (Red+Green+Blue) = 204+240+125=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 240 (94.14% from 255 or 42.18% from 569); Blue value is 125 (49.22% from 255 or 21.97% from 569); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF07D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF07D is #330F82. Grayscale: #D8D8D8. Windows color (decimal): -3346307 or 8253644. OLE color: 8253644.
HSL color Cylindrical-coordinate representation of color #CCF07D: hue angle of 78.78º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CCF07D is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 125 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.06 |
| HSL | 78.78º | 0.79% | 0.72% | - |
| HSV(B) | 78.78º | 0.48% | 0.94% | - |
| XYZ | 59.76 | 76.64 | 31.04 | - |
| YUV | 216.13 | 76.57 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 125 | 0.15 | 0 | 0.48 | 0.06 | 78.78 | 0.79 | 0.72 |
| Hex | CC | F0 | 7D | F | 0 | 30 | 6 | 4F | 4F | 48 |
| Octal | 314 | 360 | 175 | 17 | 0 | 60 | 6 | 117 | 117 | 110 |
| Binary | 11001100 | 11110000 | 1111101 | 1111 | 0 | 110000 | 110 | 1001111 | 1001111 | 1001000 |
Color Harmonies of #CCF07D
Complementary color
Monochromatic Colors of #CCF07D
Black with #CCF07D
Text Example
Text Example
White with #CCF07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF07D; }
p { color: rgb(204,240,125); }
H1.HeaderClassName
{
color: #CCF07D;
}
.AnyTagClassName
{
color: #CCF07D;
}
</style>
background-color css
<style>
a { background-color: #CCF07D; }
a { background-color: rgb(204,240,125); }
div.DivClassName
{
background-color: #CCF07D;
}
.BgClassName
{
background-color: #CCF07D;
}
</style>
border-color css
<style>
span { border-color: #CCF07D; }
span { border-color: rgb(204,240,125); }
td.TdClassName
{
border-color: #CCF07D;
}
.TagClassName
{
border-color: #CCF07D;
}
</style>