Shades of Pear #CFF533
Tints of Pear #CFF533
RGB
CMYK
RGB Variations
Color information
#CFF533 (or 0xCFF533) is known color: Pear. HEX triplet: CF, F5 and 33. RGB value is (207,245,51). Sum of RGB (Red+Green+Blue) = 207+245+51=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 245 (96.09% from 255 or 48.71% from 503); Blue value is 51 (20.31% from 255 or 10.14% from 503); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF533 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF533 is #300ACC. Grayscale: #D4D4D4. Windows color (decimal): -3148493 or 3405263. OLE color: 3405263.
HSL color Cylindrical-coordinate representation of color #CFF533: hue angle of 71.75º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFF533 is Cyan = 0.16, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 51 | - |
| CMYK | 0.16 | 0 | 0.79 | 0.04 |
| HSL | 71.75º | 0.91% | 0.58% | - |
| HSV(B) | 71.75º | 0.79% | 0.96% | - |
| XYZ | 58.98 | 78.81 | 15.23 | - |
| YUV | 211.52 | 37.41 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 51 | 0.16 | 0 | 0.79 | 0.04 | 71.75 | 0.91 | 0.58 |
| Hex | CF | F5 | 33 | 10 | 0 | 4F | 4 | 48 | 5B | 3A |
| Octal | 317 | 365 | 63 | 20 | 0 | 117 | 4 | 110 | 133 | 72 |
| Binary | 11001111 | 11110101 | 110011 | 10000 | 0 | 1001111 | 100 | 1001000 | 1011011 | 111010 |
Color Harmonies of #CFF533
Complementary color
Monochromatic Colors of #CFF533
Black with #CFF533
Text Example
Text Example
White with #CFF533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF533; }
p { color: rgb(207,245,51); }
H1.HeaderClassName
{
color: #CFF533;
}
.AnyTagClassName
{
color: #CFF533;
}
</style>
background-color css
<style>
a { background-color: #CFF533; }
a { background-color: rgb(207,245,51); }
div.DivClassName
{
background-color: #CFF533;
}
.BgClassName
{
background-color: #CFF533;
}
</style>
border-color css
<style>
span { border-color: #CFF533; }
span { border-color: rgb(207,245,51); }
td.TdClassName
{
border-color: #CFF533;
}
.TagClassName
{
border-color: #CFF533;
}
</style>