Shades of Pear #CFF435
Tints of Pear #CFF435
RGB
CMYK
RGB Variations
Color information
#CFF435 (or 0xCFF435) is known color: Pear. HEX triplet: CF, F4 and 35. RGB value is (207,244,53). Sum of RGB (Red+Green+Blue) = 207+244+53=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 244 (95.70% from 255 or 48.41% from 504); Blue value is 53 (21.09% from 255 or 10.52% from 504); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF435 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF435 is #300BCA. Grayscale: #D3D3D3. Windows color (decimal): -3148747 or 3536079. OLE color: 3536079.
HSL color Cylindrical-coordinate representation of color #CFF435: hue angle of 71.62º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFF435 is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 53 | - |
| CMYK | 0.15 | 0 | 0.78 | 0.04 |
| HSL | 71.62º | 0.9% | 0.58% | - |
| HSV(B) | 71.62º | 0.78% | 0.96% | - |
| XYZ | 58.73 | 78.22 | 15.37 | - |
| YUV | 211.16 | 38.74 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 53 | 0.15 | 0 | 0.78 | 0.04 | 71.62 | 0.9 | 0.58 |
| Hex | CF | F4 | 35 | F | 0 | 4E | 4 | 48 | 5A | 3A |
| Octal | 317 | 364 | 65 | 17 | 0 | 116 | 4 | 110 | 132 | 72 |
| Binary | 11001111 | 11110100 | 110101 | 1111 | 0 | 1001110 | 100 | 1001000 | 1011010 | 111010 |
Color Harmonies of #CFF435
Complementary color
Monochromatic Colors of #CFF435
Black with #CFF435
Text Example
Text Example
White with #CFF435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF435; }
p { color: rgb(207,244,53); }
H1.HeaderClassName
{
color: #CFF435;
}
.AnyTagClassName
{
color: #CFF435;
}
</style>
background-color css
<style>
a { background-color: #CFF435; }
a { background-color: rgb(207,244,53); }
div.DivClassName
{
background-color: #CFF435;
}
.BgClassName
{
background-color: #CFF435;
}
</style>
border-color css
<style>
span { border-color: #CFF435; }
span { border-color: rgb(207,244,53); }
td.TdClassName
{
border-color: #CFF435;
}
.TagClassName
{
border-color: #CFF435;
}
</style>