Shades of Pear #CCF04B
Tints of Pear #CCF04B
RGB
CMYK
RGB Variations
Color information
#CCF04B (or 0xCCF04B) is known color: Pear. HEX triplet: CC, F0 and 4B. RGB value is (204,240,75). Sum of RGB (Red+Green+Blue) = 204+240+75=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 240 (94.14% from 255 or 46.24% from 519); Blue value is 75 (29.69% from 255 or 14.45% from 519); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF04B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF04B is #330FB4. Grayscale: #D3D3D3. Windows color (decimal): -3346357 or 4976844. OLE color: 4976844.
HSL color Cylindrical-coordinate representation of color #CCF04B: hue angle of 73.09º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCF04B is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 75 | - |
| CMYK | 0.15 | 0 | 0.69 | 0.06 |
| HSL | 73.09º | 0.85% | 0.62% | - |
| HSV(B) | 73.09º | 0.69% | 0.94% | - |
| XYZ | 57.33 | 75.67 | 18.24 | - |
| YUV | 210.43 | 51.57 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 75 | 0.15 | 0 | 0.69 | 0.06 | 73.09 | 0.85 | 0.62 |
| Hex | CC | F0 | 4B | F | 0 | 45 | 6 | 49 | 55 | 3E |
| Octal | 314 | 360 | 113 | 17 | 0 | 105 | 6 | 111 | 125 | 76 |
| Binary | 11001100 | 11110000 | 1001011 | 1111 | 0 | 1000101 | 110 | 1001001 | 1010101 | 111110 |
Color Harmonies of #CCF04B
Complementary color
Monochromatic Colors of #CCF04B
Black with #CCF04B
Text Example
Text Example
White with #CCF04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF04B; }
p { color: rgb(204,240,75); }
H1.HeaderClassName
{
color: #CCF04B;
}
.AnyTagClassName
{
color: #CCF04B;
}
</style>
background-color css
<style>
a { background-color: #CCF04B; }
a { background-color: rgb(204,240,75); }
div.DivClassName
{
background-color: #CCF04B;
}
.BgClassName
{
background-color: #CCF04B;
}
</style>
border-color css
<style>
span { border-color: #CCF04B; }
span { border-color: rgb(204,240,75); }
td.TdClassName
{
border-color: #CCF04B;
}
.TagClassName
{
border-color: #CCF04B;
}
</style>