Shades of Pear #CCF83F
Tints of Pear #CCF83F
RGB
CMYK
RGB Variations
Color information
#CCF83F (or 0xCCF83F) is known color: Pear. HEX triplet: CC, F8 and 3F. RGB value is (204,248,63). Sum of RGB (Red+Green+Blue) = 204+248+63=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 248 (97.27% from 255 or 48.16% from 515); Blue value is 63 (25% from 255 or 12.23% from 515); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF83F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF83F is #3307C0. Grayscale: #D6D6D6. Windows color (decimal): -3344321 or 4192460. OLE color: 4192460.
HSL color Cylindrical-coordinate representation of color #CCF83F: hue angle of 74.27º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCF83F is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 248 | 63 | - |
| CMYK | 0.18 | 0 | 0.75 | 0.03 |
| HSL | 74.27º | 0.93% | 0.61% | - |
| HSV(B) | 74.27º | 0.75% | 0.97% | - |
| XYZ | 59.37 | 80.33 | 17.08 | - |
| YUV | 213.75 | 42.92 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 248 | 63 | 0.18 | 0 | 0.75 | 0.03 | 74.27 | 0.93 | 0.61 |
| Hex | CC | F8 | 3F | 12 | 0 | 4B | 3 | 4A | 5D | 3D |
| Octal | 314 | 370 | 77 | 22 | 0 | 113 | 3 | 112 | 135 | 75 |
| Binary | 11001100 | 11111000 | 111111 | 10010 | 0 | 1001011 | 11 | 1001010 | 1011101 | 111101 |
Color Harmonies of #CCF83F
Complementary color
Monochromatic Colors of #CCF83F
Black with #CCF83F
Text Example
Text Example
White with #CCF83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF83F; }
p { color: rgb(204,248,63); }
H1.HeaderClassName
{
color: #CCF83F;
}
.AnyTagClassName
{
color: #CCF83F;
}
</style>
background-color css
<style>
a { background-color: #CCF83F; }
a { background-color: rgb(204,248,63); }
div.DivClassName
{
background-color: #CCF83F;
}
.BgClassName
{
background-color: #CCF83F;
}
</style>
border-color css
<style>
span { border-color: #CCF83F; }
span { border-color: rgb(204,248,63); }
td.TdClassName
{
border-color: #CCF83F;
}
.TagClassName
{
border-color: #CCF83F;
}
</style>