Shades of Pear #CCF144
Tints of Pear #CCF144
RGB
CMYK
RGB Variations
Color information
#CCF144 (or 0xCCF144) is known color: Pear. HEX triplet: CC, F1 and 44. RGB value is (204,241,68). Sum of RGB (Red+Green+Blue) = 204+241+68=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 241 (94.53% from 255 or 46.98% from 513); Blue value is 68 (26.95% from 255 or 13.26% from 513); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF144 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF144 is #330EBB. Grayscale: #D2D2D2. Windows color (decimal): -3346108 or 4518348. OLE color: 4518348.
HSL color Cylindrical-coordinate representation of color #CCF144: hue angle of 72.83º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCF144 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 68 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.05 |
| HSL | 72.83º | 0.86% | 0.61% | - |
| HSV(B) | 72.83º | 0.72% | 0.95% | - |
| XYZ | 57.4 | 76.17 | 17.14 | - |
| YUV | 210.22 | 47.74 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 68 | 0.15 | 0 | 0.72 | 0.05 | 72.83 | 0.86 | 0.61 |
| Hex | CC | F1 | 44 | F | 0 | 48 | 5 | 49 | 56 | 3D |
| Octal | 314 | 361 | 104 | 17 | 0 | 110 | 5 | 111 | 126 | 75 |
| Binary | 11001100 | 11110001 | 1000100 | 1111 | 0 | 1001000 | 101 | 1001001 | 1010110 | 111101 |
Color Harmonies of #CCF144
Complementary color
Monochromatic Colors of #CCF144
Black with #CCF144
Text Example
Text Example
White with #CCF144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF144; }
p { color: rgb(204,241,68); }
H1.HeaderClassName
{
color: #CCF144;
}
.AnyTagClassName
{
color: #CCF144;
}
</style>
background-color css
<style>
a { background-color: #CCF144; }
a { background-color: rgb(204,241,68); }
div.DivClassName
{
background-color: #CCF144;
}
.BgClassName
{
background-color: #CCF144;
}
</style>
border-color css
<style>
span { border-color: #CCF144; }
span { border-color: rgb(204,241,68); }
td.TdClassName
{
border-color: #CCF144;
}
.TagClassName
{
border-color: #CCF144;
}
</style>