Shades of Sulu #CCF37B
Tints of Sulu #CCF37B
RGB
CMYK
RGB Variations
Color information
#CCF37B (or 0xCCF37B) is known color: Sulu. HEX triplet: CC, F3 and 7B. RGB value is (204,243,123). Sum of RGB (Red+Green+Blue) = 204+243+123=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 243 (95.31% from 255 or 42.63% from 570); Blue value is 123 (48.44% from 255 or 21.58% from 570); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF37B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF37B is #330C84. Grayscale: #DADADA. Windows color (decimal): -3345541 or 8123340. OLE color: 8123340.
HSL color Cylindrical-coordinate representation of color #CCF37B: hue angle of 79.5º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CCF37B is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 123 | - |
| CMYK | 0.16 | 0 | 0.49 | 0.05 |
| HSL | 79.5º | 0.83% | 0.72% | - |
| HSV(B) | 79.5º | 0.49% | 0.95% | - |
| XYZ | 60.53 | 78.37 | 30.68 | - |
| YUV | 217.66 | 74.58 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 123 | 0.16 | 0 | 0.49 | 0.05 | 79.5 | 0.83 | 0.72 |
| Hex | CC | F3 | 7B | 10 | 0 | 31 | 5 | 50 | 53 | 48 |
| Octal | 314 | 363 | 173 | 20 | 0 | 61 | 5 | 120 | 123 | 110 |
| Binary | 11001100 | 11110011 | 1111011 | 10000 | 0 | 110001 | 101 | 1010000 | 1010011 | 1001000 |
Color Harmonies of #CCF37B
Complementary color
Monochromatic Colors of #CCF37B
Black with #CCF37B
Text Example
Text Example
White with #CCF37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF37B; }
p { color: rgb(204,243,123); }
H1.HeaderClassName
{
color: #CCF37B;
}
.AnyTagClassName
{
color: #CCF37B;
}
</style>
background-color css
<style>
a { background-color: #CCF37B; }
a { background-color: rgb(204,243,123); }
div.DivClassName
{
background-color: #CCF37B;
}
.BgClassName
{
background-color: #CCF37B;
}
</style>
border-color css
<style>
span { border-color: #CCF37B; }
span { border-color: rgb(204,243,123); }
td.TdClassName
{
border-color: #CCF37B;
}
.TagClassName
{
border-color: #CCF37B;
}
</style>