Shades of Pear #CFF13B
Tints of Pear #CFF13B
RGB
CMYK
RGB Variations
Color information
#CFF13B (or 0xCFF13B) is known color: Pear. HEX triplet: CF, F1 and 3B. RGB value is (207,241,59). Sum of RGB (Red+Green+Blue) = 207+241+59=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 241 (94.53% from 255 or 47.53% from 507); Blue value is 59 (23.44% from 255 or 11.64% from 507); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF13B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF13B is #300EC4. Grayscale: #D2D2D2. Windows color (decimal): -3149509 or 3928527. OLE color: 3928527.
HSL color Cylindrical-coordinate representation of color #CFF13B: hue angle of 71.21º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CFF13B is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 59 | - |
| CMYK | 0.14 | 0 | 0.76 | 0.05 |
| HSL | 71.21º | 0.87% | 0.59% | - |
| HSV(B) | 71.21º | 0.76% | 0.95% | - |
| XYZ | 57.98 | 76.49 | 15.85 | - |
| YUV | 210.09 | 42.74 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 59 | 0.14 | 0 | 0.76 | 0.05 | 71.21 | 0.87 | 0.59 |
| Hex | CF | F1 | 3B | E | 0 | 4C | 5 | 47 | 57 | 3B |
| Octal | 317 | 361 | 73 | 16 | 0 | 114 | 5 | 107 | 127 | 73 |
| Binary | 11001111 | 11110001 | 111011 | 1110 | 0 | 1001100 | 101 | 1000111 | 1010111 | 111011 |
Color Harmonies of #CFF13B
Complementary color
Monochromatic Colors of #CFF13B
Black with #CFF13B
Text Example
Text Example
White with #CFF13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF13B; }
p { color: rgb(207,241,59); }
H1.HeaderClassName
{
color: #CFF13B;
}
.AnyTagClassName
{
color: #CFF13B;
}
</style>
background-color css
<style>
a { background-color: #CFF13B; }
a { background-color: rgb(207,241,59); }
div.DivClassName
{
background-color: #CFF13B;
}
.BgClassName
{
background-color: #CFF13B;
}
</style>
border-color css
<style>
span { border-color: #CFF13B; }
span { border-color: rgb(207,241,59); }
td.TdClassName
{
border-color: #CFF13B;
}
.TagClassName
{
border-color: #CFF13B;
}
</style>