Shades of Pear #CFE631
Tints of Pear #CFE631
RGB
CMYK
RGB Variations
Color information
#CFE631 (or 0xCFE631) is known color: Pear. HEX triplet: CF, E6 and 31. RGB value is (207,230,49). Sum of RGB (Red+Green+Blue) = 207+230+49=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 230 (90.23% from 255 or 47.33% from 486); Blue value is 49 (19.53% from 255 or 10.08% from 486); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE631 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE631 is #3019CE. Grayscale: #CBCBCB. Windows color (decimal): -3152335 or 3270351. OLE color: 3270351.
HSL color Cylindrical-coordinate representation of color #CFE631: hue angle of 67.62º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFE631 is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 230 | 49 | - |
| CMYK | 0.10 | 0 | 0.79 | 0.10 |
| HSL | 67.62º | 0.78% | 0.55% | - |
| HSV(B) | 67.62º | 0.79% | 0.9% | - |
| XYZ | 54.58 | 70.08 | 13.56 | - |
| YUV | 202.49 | 41.38 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 230 | 49 | 0.10 | 0 | 0.79 | 0.10 | 67.62 | 0.78 | 0.55 |
| Hex | CF | E6 | 31 | A | 0 | 4F | A | 44 | 4E | 37 |
| Octal | 317 | 346 | 61 | 12 | 0 | 117 | 12 | 104 | 116 | 67 |
| Binary | 11001111 | 11100110 | 110001 | 1010 | 0 | 1001111 | 1010 | 1000100 | 1001110 | 110111 |
Color Harmonies of #CFE631
Complementary color
Monochromatic Colors of #CFE631
Black with #CFE631
Text Example
Text Example
White with #CFE631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE631; }
p { color: rgb(207,230,49); }
H1.HeaderClassName
{
color: #CFE631;
}
.AnyTagClassName
{
color: #CFE631;
}
</style>
background-color css
<style>
a { background-color: #CFE631; }
a { background-color: rgb(207,230,49); }
div.DivClassName
{
background-color: #CFE631;
}
.BgClassName
{
background-color: #CFE631;
}
</style>
border-color css
<style>
span { border-color: #CFE631; }
span { border-color: rgb(207,230,49); }
td.TdClassName
{
border-color: #CFE631;
}
.TagClassName
{
border-color: #CFE631;
}
</style>