Shades of Pear #CFF923
Tints of Pear #CFF923
RGB
CMYK
RGB Variations
Color information
#CFF923 (or 0xCFF923) is known color: Pear. HEX triplet: CF, F9 and 23. RGB value is (207,249,35). Sum of RGB (Red+Green+Blue) = 207+249+35=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 249 (97.66% from 255 or 50.71% from 491); Blue value is 35 (14.06% from 255 or 7.13% from 491); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF923 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF923 is #3006DC. Grayscale: #D4D4D4. Windows color (decimal): -3147485 or 2357711. OLE color: 2357711.
HSL color Cylindrical-coordinate representation of color #CFF923: hue angle of 71.78º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CFF923 is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 35 | - |
| CMYK | 0.17 | 0 | 0.86 | 0.02 |
| HSL | 71.78º | 0.95% | 0.56% | - |
| HSV(B) | 71.78º | 0.86% | 0.98% | - |
| XYZ | 59.91 | 81.14 | 14.09 | - |
| YUV | 212.05 | 28.09 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 35 | 0.17 | 0 | 0.86 | 0.02 | 71.78 | 0.95 | 0.56 |
| Hex | CF | F9 | 23 | 11 | 0 | 56 | 2 | 48 | 5F | 38 |
| Octal | 317 | 371 | 43 | 21 | 0 | 126 | 2 | 110 | 137 | 70 |
| Binary | 11001111 | 11111001 | 100011 | 10001 | 0 | 1010110 | 10 | 1001000 | 1011111 | 111000 |
Color Harmonies of #CFF923
Complementary color
Monochromatic Colors of #CFF923
Black with #CFF923
Text Example
Text Example
White with #CFF923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF923; }
p { color: rgb(207,249,35); }
H1.HeaderClassName
{
color: #CFF923;
}
.AnyTagClassName
{
color: #CFF923;
}
</style>
background-color css
<style>
a { background-color: #CFF923; }
a { background-color: rgb(207,249,35); }
div.DivClassName
{
background-color: #CFF923;
}
.BgClassName
{
background-color: #CFF923;
}
</style>
border-color css
<style>
span { border-color: #CFF923; }
span { border-color: rgb(207,249,35); }
td.TdClassName
{
border-color: #CFF923;
}
.TagClassName
{
border-color: #CFF923;
}
</style>