Shades of Sulu #CCFF7D
Tints of Sulu #CCFF7D
RGB
CMYK
RGB Variations
Color information
#CCFF7D (or 0xCCFF7D) is known color: Sulu. HEX triplet: CC, FF and 7D. RGB value is (204,255,125). Sum of RGB (Red+Green+Blue) = 204+255+125=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 255 (100% from 255 or 43.66% from 584); Blue value is 125 (49.22% from 255 or 21.40% from 584); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFF7D is #330082. Grayscale: #E1E1E1. Windows color (decimal): -3342467 or 8257484. OLE color: 8257484.
HSL color Cylindrical-coordinate representation of color #CCFF7D: hue angle of 83.54º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCFF7D is Cyan = 0.2, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 125 | - |
| CMYK | 0.2 | 0 | 0.51 | 0 |
| HSL | 83.54º | 1% | 0.75% | - |
| HSV(B) | 83.54º | 0.51% | 1% | - |
| XYZ | 64.36 | 85.84 | 32.58 | - |
| YUV | 224.93 | 71.6 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 125 | 0.2 | 0 | 0.51 | 0 | 83.54 | 1 | 0.75 |
| Hex | CC | FF | 7D | 14 | 0 | 33 | 0 | 54 | 64 | 4B |
| Octal | 314 | 377 | 175 | 24 | 0 | 63 | 0 | 124 | 144 | 113 |
| Binary | 11001100 | 11111111 | 1111101 | 10100 | 0 | 110011 | 0 | 1010100 | 1100100 | 1001011 |
Color Harmonies of #CCFF7D
Complementary color
Monochromatic Colors of #CCFF7D
Black with #CCFF7D
Text Example
Text Example
White with #CCFF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF7D; }
p { color: rgb(204,255,125); }
H1.HeaderClassName
{
color: #CCFF7D;
}
.AnyTagClassName
{
color: #CCFF7D;
}
</style>
background-color css
<style>
a { background-color: #CCFF7D; }
a { background-color: rgb(204,255,125); }
div.DivClassName
{
background-color: #CCFF7D;
}
.BgClassName
{
background-color: #CCFF7D;
}
</style>
border-color css
<style>
span { border-color: #CCFF7D; }
span { border-color: rgb(204,255,125); }
td.TdClassName
{
border-color: #CCFF7D;
}
.TagClassName
{
border-color: #CCFF7D;
}
</style>