Shades of Pear #CFDE25
Tints of Pear #CFDE25
RGB
CMYK
RGB Variations
Color information
#CFDE25 (or 0xCFDE25) is known color: Pear. HEX triplet: CF, DE and 25. RGB value is (207,222,37). Sum of RGB (Red+Green+Blue) = 207+222+37=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 222 (87.11% from 255 or 47.64% from 466); Blue value is 37 (14.84% from 255 or 7.94% from 466); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDE25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDE25 is #3021DA. Grayscale: #C5C5C5. Windows color (decimal): -3154395 or 2481871. OLE color: 2481871.
HSL color Cylindrical-coordinate representation of color #CFDE25: hue angle of 64.86º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CFDE25 is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 222 | 37 | - |
| CMYK | 0.07 | 0 | 0.83 | 0.13 |
| HSL | 64.86º | 0.74% | 0.51% | - |
| HSV(B) | 64.86º | 0.83% | 0.87% | - |
| XYZ | 52.19 | 65.64 | 11.67 | - |
| YUV | 196.43 | 38.03 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 222 | 37 | 0.07 | 0 | 0.83 | 0.13 | 64.86 | 0.74 | 0.51 |
| Hex | CF | DE | 25 | 7 | 0 | 53 | D | 41 | 4A | 33 |
| Octal | 317 | 336 | 45 | 7 | 0 | 123 | 15 | 101 | 112 | 63 |
| Binary | 11001111 | 11011110 | 100101 | 111 | 0 | 1010011 | 1101 | 1000001 | 1001010 | 110011 |
Color Harmonies of #CFDE25
Complementary color
Monochromatic Colors of #CFDE25
Black with #CFDE25
Text Example
Text Example
White with #CFDE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDE25; }
p { color: rgb(207,222,37); }
H1.HeaderClassName
{
color: #CFDE25;
}
.AnyTagClassName
{
color: #CFDE25;
}
</style>
background-color css
<style>
a { background-color: #CFDE25; }
a { background-color: rgb(207,222,37); }
div.DivClassName
{
background-color: #CFDE25;
}
.BgClassName
{
background-color: #CFDE25;
}
</style>
border-color css
<style>
span { border-color: #CFDE25; }
span { border-color: rgb(207,222,37); }
td.TdClassName
{
border-color: #CFDE25;
}
.TagClassName
{
border-color: #CFDE25;
}
</style>