Shades of Pear #CFF33C
Tints of Pear #CFF33C
RGB
CMYK
RGB Variations
Color information
#CFF33C (or 0xCFF33C) is known color: Pear. HEX triplet: CF, F3 and 3C. RGB value is (207,243,60). Sum of RGB (Red+Green+Blue) = 207+243+60=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 243 (95.31% from 255 or 47.65% from 510); Blue value is 60 (23.83% from 255 or 11.76% from 510); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF33C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF33C is #300CC3. Grayscale: #D4D4D4. Windows color (decimal): -3148996 or 3994575. OLE color: 3994575.
HSL color Cylindrical-coordinate representation of color #CFF33C: hue angle of 71.8º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CFF33C is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 60 | - |
| CMYK | 0.15 | 0 | 0.75 | 0.05 |
| HSL | 71.8º | 0.88% | 0.59% | - |
| HSV(B) | 71.8º | 0.75% | 0.95% | - |
| XYZ | 58.6 | 77.69 | 16.18 | - |
| YUV | 211.37 | 42.57 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 60 | 0.15 | 0 | 0.75 | 0.05 | 71.8 | 0.88 | 0.59 |
| Hex | CF | F3 | 3C | F | 0 | 4B | 5 | 48 | 58 | 3B |
| Octal | 317 | 363 | 74 | 17 | 0 | 113 | 5 | 110 | 130 | 73 |
| Binary | 11001111 | 11110011 | 111100 | 1111 | 0 | 1001011 | 101 | 1001000 | 1011000 | 111011 |
Color Harmonies of #CFF33C
Complementary color
Monochromatic Colors of #CFF33C
Black with #CFF33C
Text Example
Text Example
White with #CFF33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF33C; }
p { color: rgb(207,243,60); }
H1.HeaderClassName
{
color: #CFF33C;
}
.AnyTagClassName
{
color: #CFF33C;
}
</style>
background-color css
<style>
a { background-color: #CFF33C; }
a { background-color: rgb(207,243,60); }
div.DivClassName
{
background-color: #CFF33C;
}
.BgClassName
{
background-color: #CFF33C;
}
</style>
border-color css
<style>
span { border-color: #CFF33C; }
span { border-color: rgb(207,243,60); }
td.TdClassName
{
border-color: #CFF33C;
}
.TagClassName
{
border-color: #CFF33C;
}
</style>