Shades of Pear #CFDF38
Tints of Pear #CFDF38
RGB
CMYK
RGB Variations
Color information
#CFDF38 (or 0xCFDF38) is known color: Pear. HEX triplet: CF, DF and 38. RGB value is (207,223,56). Sum of RGB (Red+Green+Blue) = 207+223+56=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 223 (87.5% from 255 or 45.88% from 486); Blue value is 56 (22.27% from 255 or 11.52% from 486); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDF38 is #3020C7. Grayscale: #C7C7C7. Windows color (decimal): -3154120 or 3727311. OLE color: 3727311.
HSL color Cylindrical-coordinate representation of color #CFDF38: hue angle of 65.75º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CFDF38 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 56 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.13 |
| HSL | 65.75º | 0.72% | 0.55% | - |
| HSV(B) | 65.75º | 0.75% | 0.87% | - |
| XYZ | 52.83 | 66.33 | 13.76 | - |
| YUV | 199.18 | 47.2 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 56 | 0.07 | 0 | 0.75 | 0.13 | 65.75 | 0.72 | 0.55 |
| Hex | CF | DF | 38 | 7 | 0 | 4B | D | 42 | 48 | 37 |
| Octal | 317 | 337 | 70 | 7 | 0 | 113 | 15 | 102 | 110 | 67 |
| Binary | 11001111 | 11011111 | 111000 | 111 | 0 | 1001011 | 1101 | 1000010 | 1001000 | 110111 |
Color Harmonies of #CFDF38
Complementary color
Monochromatic Colors of #CFDF38
Black with #CFDF38
Text Example
Text Example
White with #CFDF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDF38; }
p { color: rgb(207,223,56); }
H1.HeaderClassName
{
color: #CFDF38;
}
.AnyTagClassName
{
color: #CFDF38;
}
</style>
background-color css
<style>
a { background-color: #CFDF38; }
a { background-color: rgb(207,223,56); }
div.DivClassName
{
background-color: #CFDF38;
}
.BgClassName
{
background-color: #CFDF38;
}
</style>
border-color css
<style>
span { border-color: #CFDF38; }
span { border-color: rgb(207,223,56); }
td.TdClassName
{
border-color: #CFDF38;
}
.TagClassName
{
border-color: #CFDF38;
}
</style>