Shades of Pear #CFFE33
Tints of Pear #CFFE33
RGB
CMYK
RGB Variations
Color information
#CFFE33 (or 0xCFFE33) is known color: Pear. HEX triplet: CF, FE and 33. RGB value is (207,254,51). Sum of RGB (Red+Green+Blue) = 207+254+51=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 254 (99.61% from 255 or 49.61% from 512); Blue value is 51 (20.31% from 255 or 9.96% from 512); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE33 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFE33 is #3001CC. Grayscale: #D9D9D9. Windows color (decimal): -3146189 or 3407567. OLE color: 3407567.
HSL color Cylindrical-coordinate representation of color #CFFE33: hue angle of 73.89º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CFFE33 is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 51 | - |
| CMYK | 0.19 | 0 | 0.80 | 0.00 |
| HSL | 73.89º | 0.99% | 0.6% | - |
| HSV(B) | 73.89º | 0.8% | 1% | - |
| XYZ | 61.77 | 84.39 | 16.16 | - |
| YUV | 216.81 | 34.43 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 51 | 0.19 | 0 | 0.80 | 0.00 | 73.89 | 0.99 | 0.6 |
| Hex | CF | FE | 33 | 13 | 0 | 50 | 0 | 4A | 63 | 3C |
| Octal | 317 | 376 | 63 | 23 | 0 | 120 | 0 | 112 | 143 | 74 |
| Binary | 11001111 | 11111110 | 110011 | 10011 | 0 | 1010000 | 0 | 1001010 | 1100011 | 111100 |
Color Harmonies of #CFFE33
Complementary color
Monochromatic Colors of #CFFE33
Black with #CFFE33
Text Example
Text Example
White with #CFFE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFE33; }
p { color: rgb(207,254,51); }
H1.HeaderClassName
{
color: #CFFE33;
}
.AnyTagClassName
{
color: #CFFE33;
}
</style>
background-color css
<style>
a { background-color: #CFFE33; }
a { background-color: rgb(207,254,51); }
div.DivClassName
{
background-color: #CFFE33;
}
.BgClassName
{
background-color: #CFFE33;
}
</style>
border-color css
<style>
span { border-color: #CFFE33; }
span { border-color: rgb(207,254,51); }
td.TdClassName
{
border-color: #CFFE33;
}
.TagClassName
{
border-color: #CFFE33;
}
</style>