Shades of Pear #CCF145
Tints of Pear #CCF145
RGB
CMYK
RGB Variations
Color information
#CCF145 (or 0xCCF145) is known color: Pear. HEX triplet: CC, F1 and 45. RGB value is (204,241,69). Sum of RGB (Red+Green+Blue) = 204+241+69=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 241 (94.53% from 255 or 46.89% from 514); Blue value is 69 (27.34% from 255 or 13.42% from 514); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF145 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF145 is #330EBA. Grayscale: #D2D2D2. Windows color (decimal): -3346107 or 4583884. OLE color: 4583884.
HSL color Cylindrical-coordinate representation of color #CCF145: hue angle of 72.91º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CCF145 is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 69 | - |
| CMYK | 0.15 | 0 | 0.71 | 0.05 |
| HSL | 72.91º | 0.86% | 0.61% | - |
| HSV(B) | 72.91º | 0.71% | 0.95% | - |
| XYZ | 57.43 | 76.18 | 17.31 | - |
| YUV | 210.33 | 48.24 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 69 | 0.15 | 0 | 0.71 | 0.05 | 72.91 | 0.86 | 0.61 |
| Hex | CC | F1 | 45 | F | 0 | 47 | 5 | 49 | 56 | 3D |
| Octal | 314 | 361 | 105 | 17 | 0 | 107 | 5 | 111 | 126 | 75 |
| Binary | 11001100 | 11110001 | 1000101 | 1111 | 0 | 1000111 | 101 | 1001001 | 1010110 | 111101 |
Color Harmonies of #CCF145
Complementary color
Monochromatic Colors of #CCF145
Black with #CCF145
Text Example
Text Example
White with #CCF145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF145; }
p { color: rgb(204,241,69); }
H1.HeaderClassName
{
color: #CCF145;
}
.AnyTagClassName
{
color: #CCF145;
}
</style>
background-color css
<style>
a { background-color: #CCF145; }
a { background-color: rgb(204,241,69); }
div.DivClassName
{
background-color: #CCF145;
}
.BgClassName
{
background-color: #CCF145;
}
</style>
border-color css
<style>
span { border-color: #CCF145; }
span { border-color: rgb(204,241,69); }
td.TdClassName
{
border-color: #CCF145;
}
.TagClassName
{
border-color: #CCF145;
}
</style>