Shades of Pear #CFFF25
Tints of Pear #CFFF25
RGB
CMYK
RGB Variations
Color information
#CFFF25 (or 0xCFFF25) is known color: Pear. HEX triplet: CF, FF and 25. RGB value is (207,255,37). Sum of RGB (Red+Green+Blue) = 207+255+37=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 255 (100% from 255 or 51.10% from 499); Blue value is 37 (14.84% from 255 or 7.41% from 499); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFF25 is #3000DA. Grayscale: #D8D8D8. Windows color (decimal): -3145947 or 2490319. OLE color: 2490319.
HSL color Cylindrical-coordinate representation of color #CFFF25: hue angle of 73.21º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFFF25 is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 37 | - |
| CMYK | 0.19 | 0 | 0.85 | 0 |
| HSL | 73.21º | 1% | 0.57% | - |
| HSV(B) | 73.21º | 0.85% | 1% | - |
| XYZ | 61.83 | 84.92 | 14.88 | - |
| YUV | 215.8 | 27.1 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 37 | 0.19 | 0 | 0.85 | 0 | 73.21 | 1 | 0.57 |
| Hex | CF | FF | 25 | 13 | 0 | 55 | 0 | 49 | 64 | 39 |
| Octal | 317 | 377 | 45 | 23 | 0 | 125 | 0 | 111 | 144 | 71 |
| Binary | 11001111 | 11111111 | 100101 | 10011 | 0 | 1010101 | 0 | 1001001 | 1100100 | 111001 |
Color Harmonies of #CFFF25
Complementary color
Monochromatic Colors of #CFFF25
Black with #CFFF25
Text Example
Text Example
White with #CFFF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF25; }
p { color: rgb(207,255,37); }
H1.HeaderClassName
{
color: #CFFF25;
}
.AnyTagClassName
{
color: #CFFF25;
}
</style>
background-color css
<style>
a { background-color: #CFFF25; }
a { background-color: rgb(207,255,37); }
div.DivClassName
{
background-color: #CFFF25;
}
.BgClassName
{
background-color: #CFFF25;
}
</style>
border-color css
<style>
span { border-color: #CFFF25; }
span { border-color: rgb(207,255,37); }
td.TdClassName
{
border-color: #CFFF25;
}
.TagClassName
{
border-color: #CFFF25;
}
</style>