Shades of Pear #CFFC33
Tints of Pear #CFFC33
RGB
CMYK
RGB Variations
Color information
#CFFC33 (or 0xCFFC33) is known color: Pear. HEX triplet: CF, FC and 33. RGB value is (207,252,51). Sum of RGB (Red+Green+Blue) = 207+252+51=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 252 (98.83% from 255 or 49.41% from 510); Blue value is 51 (20.31% from 255 or 10% from 510); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC33 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFC33 is #3003CC. Grayscale: #D8D8D8. Windows color (decimal): -3146701 or 3407055. OLE color: 3407055.
HSL color Cylindrical-coordinate representation of color #CFFC33: hue angle of 73.43º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CFFC33 is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 252 | 51 | - |
| CMYK | 0.18 | 0 | 0.80 | 0.01 |
| HSL | 73.43º | 0.97% | 0.59% | - |
| HSV(B) | 73.43º | 0.8% | 0.99% | - |
| XYZ | 61.14 | 83.13 | 15.95 | - |
| YUV | 215.63 | 35.09 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 252 | 51 | 0.18 | 0 | 0.80 | 0.01 | 73.43 | 0.97 | 0.59 |
| Hex | CF | FC | 33 | 12 | 0 | 50 | 1 | 49 | 61 | 3B |
| Octal | 317 | 374 | 63 | 22 | 0 | 120 | 1 | 111 | 141 | 73 |
| Binary | 11001111 | 11111100 | 110011 | 10010 | 0 | 1010000 | 1 | 1001001 | 1100001 | 111011 |
Color Harmonies of #CFFC33
Complementary color
Monochromatic Colors of #CFFC33
Black with #CFFC33
Text Example
Text Example
White with #CFFC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFC33; }
p { color: rgb(207,252,51); }
H1.HeaderClassName
{
color: #CFFC33;
}
.AnyTagClassName
{
color: #CFFC33;
}
</style>
background-color css
<style>
a { background-color: #CFFC33; }
a { background-color: rgb(207,252,51); }
div.DivClassName
{
background-color: #CFFC33;
}
.BgClassName
{
background-color: #CFFC33;
}
</style>
border-color css
<style>
span { border-color: #CFFC33; }
span { border-color: rgb(207,252,51); }
td.TdClassName
{
border-color: #CFFC33;
}
.TagClassName
{
border-color: #CFFC33;
}
</style>