Shades of Sulu #CCF17A
Tints of Sulu #CCF17A
RGB
CMYK
RGB Variations
Color information
#CCF17A (or 0xCCF17A) is known color: Sulu. HEX triplet: CC, F1 and 7A. RGB value is (204,241,122). Sum of RGB (Red+Green+Blue) = 204+241+122=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 241 (94.53% from 255 or 42.50% from 567); Blue value is 122 (48.05% from 255 or 21.52% from 567); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF17A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF17A is #330E85. Grayscale: #D8D8D8. Windows color (decimal): -3346054 or 8057292. OLE color: 8057292.
HSL color Cylindrical-coordinate representation of color #CCF17A: hue angle of 78.66º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CCF17A is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 122 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.05 |
| HSL | 78.66º | 0.81% | 0.71% | - |
| HSV(B) | 78.66º | 0.49% | 0.95% | - |
| XYZ | 59.87 | 77.15 | 30.15 | - |
| YUV | 216.37 | 74.74 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 122 | 0.15 | 0 | 0.49 | 0.05 | 78.66 | 0.81 | 0.71 |
| Hex | CC | F1 | 7A | F | 0 | 31 | 5 | 4F | 51 | 47 |
| Octal | 314 | 361 | 172 | 17 | 0 | 61 | 5 | 117 | 121 | 107 |
| Binary | 11001100 | 11110001 | 1111010 | 1111 | 0 | 110001 | 101 | 1001111 | 1010001 | 1000111 |
Color Harmonies of #CCF17A
Complementary color
Monochromatic Colors of #CCF17A
Black with #CCF17A
Text Example
Text Example
White with #CCF17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF17A; }
p { color: rgb(204,241,122); }
H1.HeaderClassName
{
color: #CCF17A;
}
.AnyTagClassName
{
color: #CCF17A;
}
</style>
background-color css
<style>
a { background-color: #CCF17A; }
a { background-color: rgb(204,241,122); }
div.DivClassName
{
background-color: #CCF17A;
}
.BgClassName
{
background-color: #CCF17A;
}
</style>
border-color css
<style>
span { border-color: #CCF17A; }
span { border-color: rgb(204,241,122); }
td.TdClassName
{
border-color: #CCF17A;
}
.TagClassName
{
border-color: #CCF17A;
}
</style>