Shades of Sulu #CCF76D
Tints of Sulu #CCF76D
RGB
CMYK
RGB Variations
Color information
#CCF76D (or 0xCCF76D) is known color: Sulu. HEX triplet: CC, F7 and 6D. RGB value is (204,247,109). Sum of RGB (Red+Green+Blue) = 204+247+109=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 247 (96.88% from 255 or 44.11% from 560); Blue value is 109 (42.97% from 255 or 19.46% from 560); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF76D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF76D is #330892. Grayscale: #DADADA. Windows color (decimal): -3344531 or 7206860. OLE color: 7206860.
HSL color Cylindrical-coordinate representation of color #CCF76D: hue angle of 78.7º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCF76D is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
RGB | 204 | 247 | 109 | - |
CMYK | 0.17 | 0 | 0.56 | 0.03 |
HSL | 78.7º | 0.9% | 0.7% | - |
HSV(B) | 78.7º | 0.56% | 0.97% | - |
XYZ | 60.92 | 80.46 | 26.79 | - |
YUV | 218.41 | 66.25 | 117.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 247 | 109 | 0.17 | 0 | 0.56 | 0.03 | 78.7 | 0.9 | 0.7 |
Hex | CC | F7 | 6D | 11 | 0 | 38 | 3 | 4F | 5A | 46 |
Octal | 314 | 367 | 155 | 21 | 0 | 70 | 3 | 117 | 132 | 106 |
Binary | 11001100 | 11110111 | 1101101 | 10001 | 0 | 111000 | 11 | 1001111 | 1011010 | 1000110 |
Color Harmonies of #CCF76D
Complementary color
Monochromatic Colors of #CCF76D
Black with #CCF76D
Text Example
Text Example
White with #CCF76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF76D; }
p { color: rgb(204,247,109); }
H1.HeaderClassName
{
color: #CCF76D;
}
.AnyTagClassName
{
color: #CCF76D;
}
</style>
background-color css
<style>
a { background-color: #CCF76D; }
a { background-color: rgb(204,247,109); }
div.DivClassName
{
background-color: #CCF76D;
}
.BgClassName
{
background-color: #CCF76D;
}
</style>
border-color css
<style>
span { border-color: #CCF76D; }
span { border-color: rgb(204,247,109); }
td.TdClassName
{
border-color: #CCF76D;
}
.TagClassName
{
border-color: #CCF76D;
}
</style>