Shades of Pear #CFF135
Tints of Pear #CFF135
RGB
CMYK
RGB Variations
Color information
#CFF135 (or 0xCFF135) is known color: Pear. HEX triplet: CF, F1 and 35. RGB value is (207,241,53). Sum of RGB (Red+Green+Blue) = 207+241+53=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 241 (94.53% from 255 or 48.10% from 501); Blue value is 53 (21.09% from 255 or 10.58% from 501); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF135 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF135 is #300ECA. Grayscale: #D2D2D2. Windows color (decimal): -3149515 or 3535311. OLE color: 3535311.
HSL color Cylindrical-coordinate representation of color #CFF135: hue angle of 70.85º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFF135 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 53 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.05 |
| HSL | 70.85º | 0.87% | 0.58% | - |
| HSV(B) | 70.85º | 0.78% | 0.95% | - |
| XYZ | 57.83 | 76.43 | 15.07 | - |
| YUV | 209.4 | 39.74 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 53 | 0.14 | 0 | 0.78 | 0.05 | 70.85 | 0.87 | 0.58 |
| Hex | CF | F1 | 35 | E | 0 | 4E | 5 | 47 | 57 | 3A |
| Octal | 317 | 361 | 65 | 16 | 0 | 116 | 5 | 107 | 127 | 72 |
| Binary | 11001111 | 11110001 | 110101 | 1110 | 0 | 1001110 | 101 | 1000111 | 1010111 | 111010 |
Color Harmonies of #CFF135
Complementary color
Monochromatic Colors of #CFF135
Black with #CFF135
Text Example
Text Example
White with #CFF135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF135; }
p { color: rgb(207,241,53); }
H1.HeaderClassName
{
color: #CFF135;
}
.AnyTagClassName
{
color: #CFF135;
}
</style>
background-color css
<style>
a { background-color: #CFF135; }
a { background-color: rgb(207,241,53); }
div.DivClassName
{
background-color: #CFF135;
}
.BgClassName
{
background-color: #CFF135;
}
</style>
border-color css
<style>
span { border-color: #CFF135; }
span { border-color: rgb(207,241,53); }
td.TdClassName
{
border-color: #CFF135;
}
.TagClassName
{
border-color: #CFF135;
}
</style>