Shades of Pear #CFF930
Tints of Pear #CFF930
RGB
CMYK
RGB Variations
Color information
#CFF930 (or 0xCFF930) is known color: Pear. HEX triplet: CF, F9 and 30. RGB value is (207,249,48). Sum of RGB (Red+Green+Blue) = 207+249+48=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 249 (97.66% from 255 or 49.40% from 504); Blue value is 48 (19.14% from 255 or 9.52% from 504); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF930 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF930 is #3006CF. Grayscale: #D6D6D6. Windows color (decimal): -3147472 or 3209679. OLE color: 3209679.
HSL color Cylindrical-coordinate representation of color #CFF930: hue angle of 72.54º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CFF930 is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 48 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.02 |
| HSL | 72.54º | 0.94% | 0.58% | - |
| HSV(B) | 72.54º | 0.81% | 0.98% | - |
| XYZ | 60.14 | 81.23 | 15.31 | - |
| YUV | 213.53 | 34.59 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 48 | 0.17 | 0 | 0.81 | 0.02 | 72.54 | 0.94 | 0.58 |
| Hex | CF | F9 | 30 | 11 | 0 | 51 | 2 | 49 | 5E | 3A |
| Octal | 317 | 371 | 60 | 21 | 0 | 121 | 2 | 111 | 136 | 72 |
| Binary | 11001111 | 11111001 | 110000 | 10001 | 0 | 1010001 | 10 | 1001001 | 1011110 | 111010 |
Color Harmonies of #CFF930
Complementary color
Monochromatic Colors of #CFF930
Black with #CFF930
Text Example
Text Example
White with #CFF930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF930; }
p { color: rgb(207,249,48); }
H1.HeaderClassName
{
color: #CFF930;
}
.AnyTagClassName
{
color: #CFF930;
}
</style>
background-color css
<style>
a { background-color: #CFF930; }
a { background-color: rgb(207,249,48); }
div.DivClassName
{
background-color: #CFF930;
}
.BgClassName
{
background-color: #CFF930;
}
</style>
border-color css
<style>
span { border-color: #CFF930; }
span { border-color: rgb(207,249,48); }
td.TdClassName
{
border-color: #CFF930;
}
.TagClassName
{
border-color: #CFF930;
}
</style>