Shades of Pear #D2F630
Tints of Pear #D2F630
RGB
CMYK
RGB Variations
Color information
#D2F630 (or 0xD2F630) is known color: Pear. HEX triplet: D2, F6 and 30. RGB value is (210,246,48). Sum of RGB (Red+Green+Blue) = 210+246+48=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 246 (96.48% from 255 or 48.81% from 504); Blue value is 48 (19.14% from 255 or 9.52% from 504); Max value from RGB is 246 - color contains mainly: green. Hex color #D2F630 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F630 is #2D09CF. Grayscale: #D5D5D5. Windows color (decimal): -2951632 or 3208914. OLE color: 3208914.
HSL color Cylindrical-coordinate representation of color #D2F630: hue angle of 70.91º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D2F630 is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 246 | 48 | - |
| CMYK | 0.15 | 0 | 0.80 | 0.04 |
| HSL | 70.91º | 0.92% | 0.58% | - |
| HSV(B) | 70.91º | 0.8% | 0.96% | - |
| XYZ | 60.07 | 79.83 | 15.04 | - |
| YUV | 212.66 | 35.07 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 246 | 48 | 0.15 | 0 | 0.80 | 0.04 | 70.91 | 0.92 | 0.58 |
| Hex | D2 | F6 | 30 | F | 0 | 50 | 4 | 47 | 5C | 3A |
| Octal | 322 | 366 | 60 | 17 | 0 | 120 | 4 | 107 | 134 | 72 |
| Binary | 11010010 | 11110110 | 110000 | 1111 | 0 | 1010000 | 100 | 1000111 | 1011100 | 111010 |
Color Harmonies of #D2F630
Complementary color
Monochromatic Colors of #D2F630
Black with #D2F630
Text Example
Text Example
White with #D2F630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F630; }
p { color: rgb(210,246,48); }
H1.HeaderClassName
{
color: #D2F630;
}
.AnyTagClassName
{
color: #D2F630;
}
</style>
background-color css
<style>
a { background-color: #D2F630; }
a { background-color: rgb(210,246,48); }
div.DivClassName
{
background-color: #D2F630;
}
.BgClassName
{
background-color: #D2F630;
}
</style>
border-color css
<style>
span { border-color: #D2F630; }
span { border-color: rgb(210,246,48); }
td.TdClassName
{
border-color: #D2F630;
}
.TagClassName
{
border-color: #D2F630;
}
</style>