Shades of Pear #CCF826
Tints of Pear #CCF826
RGB
CMYK
RGB Variations
Color information
#CCF826 (or 0xCCF826) is known color: Pear. HEX triplet: CC, F8 and 26. RGB value is (204,248,38). Sum of RGB (Red+Green+Blue) = 204+248+38=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 248 (97.27% from 255 or 50.61% from 490); Blue value is 38 (15.23% from 255 or 7.76% from 490); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF826 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF826 is #3307D9. Grayscale: #D3D3D3. Windows color (decimal): -3344346 or 2554060. OLE color: 2554060.
HSL color Cylindrical-coordinate representation of color #CCF826: hue angle of 72.57º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CCF826 is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 248 | 38 | - |
| CMYK | 0.18 | 0 | 0.85 | 0.03 |
| HSL | 72.57º | 0.94% | 0.56% | - |
| HSV(B) | 72.57º | 0.85% | 0.97% | - |
| XYZ | 58.82 | 80.11 | 14.2 | - |
| YUV | 210.9 | 30.42 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 248 | 38 | 0.18 | 0 | 0.85 | 0.03 | 72.57 | 0.94 | 0.56 |
| Hex | CC | F8 | 26 | 12 | 0 | 55 | 3 | 49 | 5E | 38 |
| Octal | 314 | 370 | 46 | 22 | 0 | 125 | 3 | 111 | 136 | 70 |
| Binary | 11001100 | 11111000 | 100110 | 10010 | 0 | 1010101 | 11 | 1001001 | 1011110 | 111000 |
Color Harmonies of #CCF826
Complementary color
Monochromatic Colors of #CCF826
Black with #CCF826
Text Example
Text Example
White with #CCF826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF826; }
p { color: rgb(204,248,38); }
H1.HeaderClassName
{
color: #CCF826;
}
.AnyTagClassName
{
color: #CCF826;
}
</style>
background-color css
<style>
a { background-color: #CCF826; }
a { background-color: rgb(204,248,38); }
div.DivClassName
{
background-color: #CCF826;
}
.BgClassName
{
background-color: #CCF826;
}
</style>
border-color css
<style>
span { border-color: #CCF826; }
span { border-color: rgb(204,248,38); }
td.TdClassName
{
border-color: #CCF826;
}
.TagClassName
{
border-color: #CCF826;
}
</style>