Shades of Sulu #CCF07B
Tints of Sulu #CCF07B
RGB
CMYK
RGB Variations
Color information
#CCF07B (or 0xCCF07B) is known color: Sulu. HEX triplet: CC, F0 and 7B. RGB value is (204,240,123). Sum of RGB (Red+Green+Blue) = 204+240+123=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 240 (94.14% from 255 or 42.33% from 567); Blue value is 123 (48.44% from 255 or 21.69% from 567); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF07B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF07B is #330F84. Grayscale: #D8D8D8. Windows color (decimal): -3346309 or 8122572. OLE color: 8122572.
HSL color Cylindrical-coordinate representation of color #CCF07B: hue angle of 78.46º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CCF07B is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 123 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.06 |
| HSL | 78.46º | 0.8% | 0.71% | - |
| HSV(B) | 78.46º | 0.49% | 0.94% | - |
| XYZ | 59.64 | 76.59 | 30.38 | - |
| YUV | 215.9 | 75.57 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 123 | 0.15 | 0 | 0.49 | 0.06 | 78.46 | 0.8 | 0.71 |
| Hex | CC | F0 | 7B | F | 0 | 31 | 6 | 4E | 50 | 47 |
| Octal | 314 | 360 | 173 | 17 | 0 | 61 | 6 | 116 | 120 | 107 |
| Binary | 11001100 | 11110000 | 1111011 | 1111 | 0 | 110001 | 110 | 1001110 | 1010000 | 1000111 |
Color Harmonies of #CCF07B
Complementary color
Monochromatic Colors of #CCF07B
Black with #CCF07B
Text Example
Text Example
White with #CCF07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF07B; }
p { color: rgb(204,240,123); }
H1.HeaderClassName
{
color: #CCF07B;
}
.AnyTagClassName
{
color: #CCF07B;
}
</style>
background-color css
<style>
a { background-color: #CCF07B; }
a { background-color: rgb(204,240,123); }
div.DivClassName
{
background-color: #CCF07B;
}
.BgClassName
{
background-color: #CCF07B;
}
</style>
border-color css
<style>
span { border-color: #CCF07B; }
span { border-color: rgb(204,240,123); }
td.TdClassName
{
border-color: #CCF07B;
}
.TagClassName
{
border-color: #CCF07B;
}
</style>