Shades of Pear #CCF72D
Tints of Pear #CCF72D
RGB
CMYK
RGB Variations
Color information
#CCF72D (or 0xCCF72D) is known color: Pear. HEX triplet: CC, F7 and 2D. RGB value is (204,247,45). Sum of RGB (Red+Green+Blue) = 204+247+45=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 247 (96.88% from 255 or 49.80% from 496); Blue value is 45 (17.97% from 255 or 9.07% from 496); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF72D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF72D is #3308D2. Grayscale: #D3D3D3. Windows color (decimal): -3344595 or 3012556. OLE color: 3012556.
HSL color Cylindrical-coordinate representation of color #CCF72D: hue angle of 72.77º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CCF72D is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 247 | 45 | - |
| CMYK | 0.17 | 0 | 0.82 | 0.03 |
| HSL | 72.77º | 0.93% | 0.57% | - |
| HSV(B) | 72.77º | 0.82% | 0.97% | - |
| XYZ | 58.64 | 79.55 | 14.75 | - |
| YUV | 211.12 | 34.25 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 247 | 45 | 0.17 | 0 | 0.82 | 0.03 | 72.77 | 0.93 | 0.57 |
| Hex | CC | F7 | 2D | 11 | 0 | 52 | 3 | 49 | 5D | 39 |
| Octal | 314 | 367 | 55 | 21 | 0 | 122 | 3 | 111 | 135 | 71 |
| Binary | 11001100 | 11110111 | 101101 | 10001 | 0 | 1010010 | 11 | 1001001 | 1011101 | 111001 |
Color Harmonies of #CCF72D
Complementary color
Monochromatic Colors of #CCF72D
Black with #CCF72D
Text Example
Text Example
White with #CCF72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF72D; }
p { color: rgb(204,247,45); }
H1.HeaderClassName
{
color: #CCF72D;
}
.AnyTagClassName
{
color: #CCF72D;
}
</style>
background-color css
<style>
a { background-color: #CCF72D; }
a { background-color: rgb(204,247,45); }
div.DivClassName
{
background-color: #CCF72D;
}
.BgClassName
{
background-color: #CCF72D;
}
</style>
border-color css
<style>
span { border-color: #CCF72D; }
span { border-color: rgb(204,247,45); }
td.TdClassName
{
border-color: #CCF72D;
}
.TagClassName
{
border-color: #CCF72D;
}
</style>