Shades of Pear #CFFC23
Tints of Pear #CFFC23
RGB
CMYK
RGB Variations
Color information
#CFFC23 (or 0xCFFC23) is known color: Pear. HEX triplet: CF, FC and 23. RGB value is (207,252,35). Sum of RGB (Red+Green+Blue) = 207+252+35=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 252 (98.83% from 255 or 51.01% from 494); Blue value is 35 (14.06% from 255 or 7.09% from 494); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC23 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFC23 is #3003DC. Grayscale: #D6D6D6. Windows color (decimal): -3146717 or 2358479. OLE color: 2358479.
HSL color Cylindrical-coordinate representation of color #CFFC23: hue angle of 72.44º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CFFC23 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 252 | 35 | - |
| CMYK | 0.18 | 0 | 0.86 | 0.01 |
| HSL | 72.44º | 0.97% | 0.56% | - |
| HSV(B) | 72.44º | 0.86% | 0.99% | - |
| XYZ | 60.85 | 83.01 | 14.41 | - |
| YUV | 213.81 | 27.09 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 252 | 35 | 0.18 | 0 | 0.86 | 0.01 | 72.44 | 0.97 | 0.56 |
| Hex | CF | FC | 23 | 12 | 0 | 56 | 1 | 48 | 61 | 38 |
| Octal | 317 | 374 | 43 | 22 | 0 | 126 | 1 | 110 | 141 | 70 |
| Binary | 11001111 | 11111100 | 100011 | 10010 | 0 | 1010110 | 1 | 1001000 | 1100001 | 111000 |
Color Harmonies of #CFFC23
Complementary color
Monochromatic Colors of #CFFC23
Black with #CFFC23
Text Example
Text Example
White with #CFFC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFC23; }
p { color: rgb(207,252,35); }
H1.HeaderClassName
{
color: #CFFC23;
}
.AnyTagClassName
{
color: #CFFC23;
}
</style>
background-color css
<style>
a { background-color: #CFFC23; }
a { background-color: rgb(207,252,35); }
div.DivClassName
{
background-color: #CFFC23;
}
.BgClassName
{
background-color: #CFFC23;
}
</style>
border-color css
<style>
span { border-color: #CFFC23; }
span { border-color: rgb(207,252,35); }
td.TdClassName
{
border-color: #CFFC23;
}
.TagClassName
{
border-color: #CFFC23;
}
</style>