Shades of Pear #D2FF3B
Tints of Pear #D2FF3B
RGB
CMYK
RGB Variations
Color information
#D2FF3B (or 0xD2FF3B) is known color: Pear. HEX triplet: D2, FF and 3B. RGB value is (210,255,59). Sum of RGB (Red+Green+Blue) = 210+255+59=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 59 (23.44% from 255 or 11.26% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FF3B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2FF3B is #2D00C4. Grayscale: #DBDBDB. Windows color (decimal): -2949317 or 3932114. OLE color: 3932114.
HSL color Cylindrical-coordinate representation of color #D2FF3B: hue angle of 73.78º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D2FF3B is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 255 | 59 | - |
| CMYK | 0.18 | 0 | 0.77 | 0 |
| HSL | 73.78º | 1% | 0.62% | - |
| HSV(B) | 73.78º | 0.77% | 1% | - |
| XYZ | 63.13 | 85.54 | 17.32 | - |
| YUV | 219.2 | 37.59 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 255 | 59 | 0.18 | 0 | 0.77 | 0 | 73.78 | 1 | 0.62 |
| Hex | D2 | FF | 3B | 12 | 0 | 4D | 0 | 4A | 64 | 3E |
| Octal | 322 | 377 | 73 | 22 | 0 | 115 | 0 | 112 | 144 | 76 |
| Binary | 11010010 | 11111111 | 111011 | 10010 | 0 | 1001101 | 0 | 1001010 | 1100100 | 111110 |
Color Harmonies of #D2FF3B
Complementary color
Monochromatic Colors of #D2FF3B
Black with #D2FF3B
Text Example
Text Example
White with #D2FF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FF3B; }
p { color: rgb(210,255,59); }
H1.HeaderClassName
{
color: #D2FF3B;
}
.AnyTagClassName
{
color: #D2FF3B;
}
</style>
background-color css
<style>
a { background-color: #D2FF3B; }
a { background-color: rgb(210,255,59); }
div.DivClassName
{
background-color: #D2FF3B;
}
.BgClassName
{
background-color: #D2FF3B;
}
</style>
border-color css
<style>
span { border-color: #D2FF3B; }
span { border-color: rgb(210,255,59); }
td.TdClassName
{
border-color: #D2FF3B;
}
.TagClassName
{
border-color: #D2FF3B;
}
</style>