Shades of Sulu #CCF17E
Tints of Sulu #CCF17E
RGB
CMYK
RGB Variations
Color information
#CCF17E (or 0xCCF17E) is known color: Sulu. HEX triplet: CC, F1 and 7E. RGB value is (204,241,126). Sum of RGB (Red+Green+Blue) = 204+241+126=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 241 (94.53% from 255 or 42.21% from 571); Blue value is 126 (49.61% from 255 or 22.07% from 571); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF17E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF17E is #330E81. Grayscale: #D9D9D9. Windows color (decimal): -3346050 or 8319436. OLE color: 8319436.
HSL color Cylindrical-coordinate representation of color #CCF17E: hue angle of 79.3º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CCF17E is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 126 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.05 |
| HSL | 79.3º | 0.8% | 0.72% | - |
| HSV(B) | 79.3º | 0.48% | 0.95% | - |
| XYZ | 60.12 | 77.25 | 31.48 | - |
| YUV | 216.83 | 76.74 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 126 | 0.15 | 0 | 0.48 | 0.05 | 79.3 | 0.8 | 0.72 |
| Hex | CC | F1 | 7E | F | 0 | 30 | 5 | 4F | 50 | 48 |
| Octal | 314 | 361 | 176 | 17 | 0 | 60 | 5 | 117 | 120 | 110 |
| Binary | 11001100 | 11110001 | 1111110 | 1111 | 0 | 110000 | 101 | 1001111 | 1010000 | 1001000 |
Color Harmonies of #CCF17E
Complementary color
Monochromatic Colors of #CCF17E
Black with #CCF17E
Text Example
Text Example
White with #CCF17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF17E; }
p { color: rgb(204,241,126); }
H1.HeaderClassName
{
color: #CCF17E;
}
.AnyTagClassName
{
color: #CCF17E;
}
</style>
background-color css
<style>
a { background-color: #CCF17E; }
a { background-color: rgb(204,241,126); }
div.DivClassName
{
background-color: #CCF17E;
}
.BgClassName
{
background-color: #CCF17E;
}
</style>
border-color css
<style>
span { border-color: #CCF17E; }
span { border-color: rgb(204,241,126); }
td.TdClassName
{
border-color: #CCF17E;
}
.TagClassName
{
border-color: #CCF17E;
}
</style>