Shades of Pear #CFFB2D
Tints of Pear #CFFB2D
RGB
CMYK
RGB Variations
Color information
#CFFB2D (or 0xCFFB2D) is known color: Pear. HEX triplet: CF, FB and 2D. RGB value is (207,251,45). Sum of RGB (Red+Green+Blue) = 207+251+45=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 251 (98.44% from 255 or 49.90% from 503); Blue value is 45 (17.97% from 255 or 8.95% from 503); Max value from RGB is 251 - color contains mainly: green. Hex color #CFFB2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFB2D is #3004D2. Grayscale: #D7D7D7. Windows color (decimal): -3146963 or 3013583. OLE color: 3013583.
HSL color Cylindrical-coordinate representation of color #CFFB2D: hue angle of 72.82º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CFFB2D is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
RGB | 207 | 251 | 45 | - |
CMYK | 0.18 | 0 | 0.82 | 0.02 |
HSL | 72.82º | 0.96% | 0.58% | - |
HSV(B) | 72.82º | 0.82% | 0.98% | - |
XYZ | 60.7 | 82.45 | 15.2 | - |
YUV | 214.36 | 32.42 | 122.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 251 | 45 | 0.18 | 0 | 0.82 | 0.02 | 72.82 | 0.96 | 0.58 |
Hex | CF | FB | 2D | 12 | 0 | 52 | 2 | 49 | 60 | 3A |
Octal | 317 | 373 | 55 | 22 | 0 | 122 | 2 | 111 | 140 | 72 |
Binary | 11001111 | 11111011 | 101101 | 10010 | 0 | 1010010 | 10 | 1001001 | 1100000 | 111010 |
Color Harmonies of #CFFB2D
Complementary color
Monochromatic Colors of #CFFB2D
Black with #CFFB2D
Text Example
Text Example
White with #CFFB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFB2D; }
p { color: rgb(207,251,45); }
H1.HeaderClassName
{
color: #CFFB2D;
}
.AnyTagClassName
{
color: #CFFB2D;
}
</style>
background-color css
<style>
a { background-color: #CFFB2D; }
a { background-color: rgb(207,251,45); }
div.DivClassName
{
background-color: #CFFB2D;
}
.BgClassName
{
background-color: #CFFB2D;
}
</style>
border-color css
<style>
span { border-color: #CFFB2D; }
span { border-color: rgb(207,251,45); }
td.TdClassName
{
border-color: #CFFB2D;
}
.TagClassName
{
border-color: #CFFB2D;
}
</style>