Shades of Pear #CCF93D
Tints of Pear #CCF93D
RGB
CMYK
RGB Variations
Color information
#CCF93D (or 0xCCF93D) is known color: Pear. HEX triplet: CC, F9 and 3D. RGB value is (204,249,61). Sum of RGB (Red+Green+Blue) = 204+249+61=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 249 (97.66% from 255 or 48.44% from 514); Blue value is 61 (24.22% from 255 or 11.87% from 514); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF93D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF93D is #3306C2. Grayscale: #D6D6D6. Windows color (decimal): -3344067 or 4061644. OLE color: 4061644.
HSL color Cylindrical-coordinate representation of color #CCF93D: hue angle of 74.36º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCF93D is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 249 | 61 | - |
| CMYK | 0.18 | 0 | 0.76 | 0.02 |
| HSL | 74.36º | 0.94% | 0.61% | - |
| HSV(B) | 74.36º | 0.76% | 0.98% | - |
| XYZ | 59.62 | 80.93 | 16.89 | - |
| YUV | 214.11 | 41.59 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 249 | 61 | 0.18 | 0 | 0.76 | 0.02 | 74.36 | 0.94 | 0.61 |
| Hex | CC | F9 | 3D | 12 | 0 | 4C | 2 | 4A | 5E | 3D |
| Octal | 314 | 371 | 75 | 22 | 0 | 114 | 2 | 112 | 136 | 75 |
| Binary | 11001100 | 11111001 | 111101 | 10010 | 0 | 1001100 | 10 | 1001010 | 1011110 | 111101 |
Color Harmonies of #CCF93D
Complementary color
Monochromatic Colors of #CCF93D
Black with #CCF93D
Text Example
Text Example
White with #CCF93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF93D; }
p { color: rgb(204,249,61); }
H1.HeaderClassName
{
color: #CCF93D;
}
.AnyTagClassName
{
color: #CCF93D;
}
</style>
background-color css
<style>
a { background-color: #CCF93D; }
a { background-color: rgb(204,249,61); }
div.DivClassName
{
background-color: #CCF93D;
}
.BgClassName
{
background-color: #CCF93D;
}
</style>
border-color css
<style>
span { border-color: #CCF93D; }
span { border-color: rgb(204,249,61); }
td.TdClassName
{
border-color: #CCF93D;
}
.TagClassName
{
border-color: #CCF93D;
}
</style>