Shades of Pear #CFF235
Tints of Pear #CFF235
RGB
CMYK
RGB Variations
Color information
#CFF235 (or 0xCFF235) is known color: Pear. HEX triplet: CF, F2 and 35. RGB value is (207,242,53). Sum of RGB (Red+Green+Blue) = 207+242+53=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 242 (94.92% from 255 or 48.21% from 502); Blue value is 53 (21.09% from 255 or 10.56% from 502); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF235 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF235 is #300DCA. Grayscale: #D2D2D2. Windows color (decimal): -3149259 or 3535567. OLE color: 3535567.
HSL color Cylindrical-coordinate representation of color #CFF235: hue angle of 71.11º degrees, saturation: 0.88, 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 #CFF235 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 53 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.05 |
| HSL | 71.11º | 0.88% | 0.58% | - |
| HSV(B) | 71.11º | 0.78% | 0.95% | - |
| XYZ | 58.13 | 77.03 | 15.17 | - |
| YUV | 209.99 | 39.4 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 53 | 0.14 | 0 | 0.78 | 0.05 | 71.11 | 0.88 | 0.58 |
| Hex | CF | F2 | 35 | E | 0 | 4E | 5 | 47 | 58 | 3A |
| Octal | 317 | 362 | 65 | 16 | 0 | 116 | 5 | 107 | 130 | 72 |
| Binary | 11001111 | 11110010 | 110101 | 1110 | 0 | 1001110 | 101 | 1000111 | 1011000 | 111010 |
Color Harmonies of #CFF235
Complementary color
Monochromatic Colors of #CFF235
Black with #CFF235
Text Example
Text Example
White with #CFF235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF235; }
p { color: rgb(207,242,53); }
H1.HeaderClassName
{
color: #CFF235;
}
.AnyTagClassName
{
color: #CFF235;
}
</style>
background-color css
<style>
a { background-color: #CFF235; }
a { background-color: rgb(207,242,53); }
div.DivClassName
{
background-color: #CFF235;
}
.BgClassName
{
background-color: #CFF235;
}
</style>
border-color css
<style>
span { border-color: #CFF235; }
span { border-color: rgb(207,242,53); }
td.TdClassName
{
border-color: #CFF235;
}
.TagClassName
{
border-color: #CFF235;
}
</style>