Shades of Pear #CCF143
Tints of Pear #CCF143
RGB
CMYK
RGB Variations
Color information
#CCF143 (or 0xCCF143) is known color: Pear. HEX triplet: CC, F1 and 43. RGB value is (204,241,67). Sum of RGB (Red+Green+Blue) = 204+241+67=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 241 (94.53% from 255 or 47.07% from 512); Blue value is 67 (26.56% from 255 or 13.09% from 512); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF143 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF143 is #330EBC. Grayscale: #D2D2D2. Windows color (decimal): -3346109 or 4452812. OLE color: 4452812.
HSL color Cylindrical-coordinate representation of color #CCF143: hue angle of 72.76º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCF143 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 67 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.05 |
| HSL | 72.76º | 0.86% | 0.6% | - |
| HSV(B) | 72.76º | 0.72% | 0.95% | - |
| XYZ | 57.37 | 76.15 | 16.99 | - |
| YUV | 210.1 | 47.24 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 67 | 0.15 | 0 | 0.72 | 0.05 | 72.76 | 0.86 | 0.6 |
| Hex | CC | F1 | 43 | F | 0 | 48 | 5 | 49 | 56 | 3C |
| Octal | 314 | 361 | 103 | 17 | 0 | 110 | 5 | 111 | 126 | 74 |
| Binary | 11001100 | 11110001 | 1000011 | 1111 | 0 | 1001000 | 101 | 1001001 | 1010110 | 111100 |
Color Harmonies of #CCF143
Complementary color
Monochromatic Colors of #CCF143
Black with #CCF143
Text Example
Text Example
White with #CCF143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF143; }
p { color: rgb(204,241,67); }
H1.HeaderClassName
{
color: #CCF143;
}
.AnyTagClassName
{
color: #CCF143;
}
</style>
background-color css
<style>
a { background-color: #CCF143; }
a { background-color: rgb(204,241,67); }
div.DivClassName
{
background-color: #CCF143;
}
.BgClassName
{
background-color: #CCF143;
}
</style>
border-color css
<style>
span { border-color: #CCF143; }
span { border-color: rgb(204,241,67); }
td.TdClassName
{
border-color: #CCF143;
}
.TagClassName
{
border-color: #CCF143;
}
</style>