Shades of Pear #CCF334
Tints of Pear #CCF334
RGB
CMYK
RGB Variations
Color information
#CCF334 (or 0xCCF334) is known color: Pear. HEX triplet: CC, F3 and 34. RGB value is (204,243,52). Sum of RGB (Red+Green+Blue) = 204+243+52=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 243 (95.31% from 255 or 48.70% from 499); Blue value is 52 (20.70% from 255 or 10.42% from 499); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF334 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF334 is #330CCB. Grayscale: #D2D2D2. Windows color (decimal): -3345612 or 3470284. OLE color: 3470284.
HSL color Cylindrical-coordinate representation of color #CCF334: hue angle of 72.25º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CCF334 is Cyan = 0.16, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 52 | - |
| CMYK | 0.16 | 0 | 0.79 | 0.05 |
| HSL | 72.25º | 0.89% | 0.58% | - |
| HSV(B) | 72.25º | 0.79% | 0.95% | - |
| XYZ | 57.57 | 77.19 | 15.11 | - |
| YUV | 209.57 | 39.08 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 52 | 0.16 | 0 | 0.79 | 0.05 | 72.25 | 0.89 | 0.58 |
| Hex | CC | F3 | 34 | 10 | 0 | 4F | 5 | 48 | 59 | 3A |
| Octal | 314 | 363 | 64 | 20 | 0 | 117 | 5 | 110 | 131 | 72 |
| Binary | 11001100 | 11110011 | 110100 | 10000 | 0 | 1001111 | 101 | 1001000 | 1011001 | 111010 |
Color Harmonies of #CCF334
Complementary color
Monochromatic Colors of #CCF334
Black with #CCF334
Text Example
Text Example
White with #CCF334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF334; }
p { color: rgb(204,243,52); }
H1.HeaderClassName
{
color: #CCF334;
}
.AnyTagClassName
{
color: #CCF334;
}
</style>
background-color css
<style>
a { background-color: #CCF334; }
a { background-color: rgb(204,243,52); }
div.DivClassName
{
background-color: #CCF334;
}
.BgClassName
{
background-color: #CCF334;
}
</style>
border-color css
<style>
span { border-color: #CCF334; }
span { border-color: rgb(204,243,52); }
td.TdClassName
{
border-color: #CCF334;
}
.TagClassName
{
border-color: #CCF334;
}
</style>