Shades of Sulu #CCF37F
Tints of Sulu #CCF37F
RGB
CMYK
RGB Variations
Color information
#CCF37F (or 0xCCF37F) is known color: Sulu. HEX triplet: CC, F3 and 7F. RGB value is (204,243,127). Sum of RGB (Red+Green+Blue) = 204+243+127=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 243 (95.31% from 255 or 42.33% from 574); Blue value is 127 (50% from 255 or 22.13% from 574); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF37F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF37F is #330C80. Grayscale: #DADADA. Windows color (decimal): -3345537 or 8385484. OLE color: 8385484.
HSL color Cylindrical-coordinate representation of color #CCF37F: hue angle of 80.17º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CCF37F is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 127 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.05 |
| HSL | 80.17º | 0.83% | 0.73% | - |
| HSV(B) | 80.17º | 0.48% | 0.95% | - |
| XYZ | 60.78 | 78.47 | 32.02 | - |
| YUV | 218.12 | 76.58 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 127 | 0.16 | 0 | 0.48 | 0.05 | 80.17 | 0.83 | 0.73 |
| Hex | CC | F3 | 7F | 10 | 0 | 30 | 5 | 50 | 53 | 49 |
| Octal | 314 | 363 | 177 | 20 | 0 | 60 | 5 | 120 | 123 | 111 |
| Binary | 11001100 | 11110011 | 1111111 | 10000 | 0 | 110000 | 101 | 1010000 | 1010011 | 1001001 |
Color Harmonies of #CCF37F
Complementary color
Monochromatic Colors of #CCF37F
Black with #CCF37F
Text Example
Text Example
White with #CCF37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF37F; }
p { color: rgb(204,243,127); }
H1.HeaderClassName
{
color: #CCF37F;
}
.AnyTagClassName
{
color: #CCF37F;
}
</style>
background-color css
<style>
a { background-color: #CCF37F; }
a { background-color: rgb(204,243,127); }
div.DivClassName
{
background-color: #CCF37F;
}
.BgClassName
{
background-color: #CCF37F;
}
</style>
border-color css
<style>
span { border-color: #CCF37F; }
span { border-color: rgb(204,243,127); }
td.TdClassName
{
border-color: #CCF37F;
}
.TagClassName
{
border-color: #CCF37F;
}
</style>