Shades of Pear #D5F630
Tints of Pear #D5F630
RGB
CMYK
RGB Variations
Color information
#D5F630 (or 0xD5F630) is known color: Pear. HEX triplet: D5, F6 and 30. RGB value is (213,246,48). Sum of RGB (Red+Green+Blue) = 213+246+48=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 246 (96.48% from 255 or 48.52% from 507); Blue value is 48 (19.14% from 255 or 9.47% from 507); Max value from RGB is 246 - color contains mainly: green. Hex color #D5F630 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F630 is #2A09CF. Grayscale: #D6D6D6. Windows color (decimal): -2755024 or 3208917. OLE color: 3208917.
HSL color Cylindrical-coordinate representation of color #D5F630: hue angle of 70º 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 #D5F630 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 246 | 48 | - |
| CMYK | 0.13 | 0 | 0.80 | 0.04 |
| HSL | 70º | 0.92% | 0.58% | - |
| HSV(B) | 70º | 0.8% | 0.96% | - |
| XYZ | 60.93 | 80.27 | 15.08 | - |
| YUV | 213.56 | 34.57 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 246 | 48 | 0.13 | 0 | 0.80 | 0.04 | 70 | 0.92 | 0.58 |
| Hex | D5 | F6 | 30 | D | 0 | 50 | 4 | 46 | 5C | 3A |
| Octal | 325 | 366 | 60 | 15 | 0 | 120 | 4 | 106 | 134 | 72 |
| Binary | 11010101 | 11110110 | 110000 | 1101 | 0 | 1010000 | 100 | 1000110 | 1011100 | 111010 |
Color Harmonies of #D5F630
Complementary color
Monochromatic Colors of #D5F630
Black with #D5F630
Text Example
Text Example
White with #D5F630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F630; }
p { color: rgb(213,246,48); }
H1.HeaderClassName
{
color: #D5F630;
}
.AnyTagClassName
{
color: #D5F630;
}
</style>
background-color css
<style>
a { background-color: #D5F630; }
a { background-color: rgb(213,246,48); }
div.DivClassName
{
background-color: #D5F630;
}
.BgClassName
{
background-color: #D5F630;
}
</style>
border-color css
<style>
span { border-color: #D5F630; }
span { border-color: rgb(213,246,48); }
td.TdClassName
{
border-color: #D5F630;
}
.TagClassName
{
border-color: #D5F630;
}
</style>