Shades of Pear #CFF33D
Tints of Pear #CFF33D
RGB
CMYK
RGB Variations
Color information
#CFF33D (or 0xCFF33D) is known color: Pear. HEX triplet: CF, F3 and 3D. RGB value is (207,243,61). Sum of RGB (Red+Green+Blue) = 207+243+61=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 243 (95.31% from 255 or 47.55% from 511); Blue value is 61 (24.22% from 255 or 11.94% from 511); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF33D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF33D is #300CC2. Grayscale: #D4D4D4. Windows color (decimal): -3148995 or 4060111. OLE color: 4060111.
HSL color Cylindrical-coordinate representation of color #CFF33D: hue angle of 71.87º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CFF33D is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 61 | - |
| CMYK | 0.15 | 0 | 0.75 | 0.05 |
| HSL | 71.87º | 0.88% | 0.6% | - |
| HSV(B) | 71.87º | 0.75% | 0.95% | - |
| XYZ | 58.63 | 77.7 | 16.32 | - |
| YUV | 211.49 | 43.07 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 61 | 0.15 | 0 | 0.75 | 0.05 | 71.87 | 0.88 | 0.6 |
| Hex | CF | F3 | 3D | F | 0 | 4B | 5 | 48 | 58 | 3C |
| Octal | 317 | 363 | 75 | 17 | 0 | 113 | 5 | 110 | 130 | 74 |
| Binary | 11001111 | 11110011 | 111101 | 1111 | 0 | 1001011 | 101 | 1001000 | 1011000 | 111100 |
Color Harmonies of #CFF33D
Complementary color
Monochromatic Colors of #CFF33D
Black with #CFF33D
Text Example
Text Example
White with #CFF33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF33D; }
p { color: rgb(207,243,61); }
H1.HeaderClassName
{
color: #CFF33D;
}
.AnyTagClassName
{
color: #CFF33D;
}
</style>
background-color css
<style>
a { background-color: #CFF33D; }
a { background-color: rgb(207,243,61); }
div.DivClassName
{
background-color: #CFF33D;
}
.BgClassName
{
background-color: #CFF33D;
}
</style>
border-color css
<style>
span { border-color: #CFF33D; }
span { border-color: rgb(207,243,61); }
td.TdClassName
{
border-color: #CFF33D;
}
.TagClassName
{
border-color: #CFF33D;
}
</style>