Shades of Pear #CCF830
Tints of Pear #CCF830
RGB
CMYK
RGB Variations
Color information
#CCF830 (or 0xCCF830) is known color: Pear. HEX triplet: CC, F8 and 30. RGB value is (204,248,48). Sum of RGB (Red+Green+Blue) = 204+248+48=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 248 (97.27% from 255 or 49.6% from 500); Blue value is 48 (19.14% from 255 or 9.6% from 500); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF830 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF830 is #3307CF. Grayscale: #D4D4D4. Windows color (decimal): -3344336 or 3209420. OLE color: 3209420.
HSL color Cylindrical-coordinate representation of color #CCF830: hue angle of 73.2º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCF830 is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 248 | 48 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.03 |
| HSL | 73.2º | 0.93% | 0.58% | - |
| HSV(B) | 73.2º | 0.81% | 0.97% | - |
| XYZ | 59 | 80.19 | 15.16 | - |
| YUV | 212.04 | 35.42 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 248 | 48 | 0.18 | 0 | 0.81 | 0.03 | 73.2 | 0.93 | 0.58 |
| Hex | CC | F8 | 30 | 12 | 0 | 51 | 3 | 49 | 5D | 3A |
| Octal | 314 | 370 | 60 | 22 | 0 | 121 | 3 | 111 | 135 | 72 |
| Binary | 11001100 | 11111000 | 110000 | 10010 | 0 | 1010001 | 11 | 1001001 | 1011101 | 111010 |
Color Harmonies of #CCF830
Complementary color
Monochromatic Colors of #CCF830
Black with #CCF830
Text Example
Text Example
White with #CCF830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF830; }
p { color: rgb(204,248,48); }
H1.HeaderClassName
{
color: #CCF830;
}
.AnyTagClassName
{
color: #CCF830;
}
</style>
background-color css
<style>
a { background-color: #CCF830; }
a { background-color: rgb(204,248,48); }
div.DivClassName
{
background-color: #CCF830;
}
.BgClassName
{
background-color: #CCF830;
}
</style>
border-color css
<style>
span { border-color: #CCF830; }
span { border-color: rgb(204,248,48); }
td.TdClassName
{
border-color: #CCF830;
}
.TagClassName
{
border-color: #CCF830;
}
</style>