Shades of Pear #D8F030
Tints of Pear #D8F030
RGB
CMYK
RGB Variations
Color information
#D8F030 (or 0xD8F030) is known color: Pear. HEX triplet: D8, F0 and 30. RGB value is (216,240,48). Sum of RGB (Red+Green+Blue) = 216+240+48=504 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.86% from 504); Green value is 240 (94.14% from 255 or 47.62% from 504); Blue value is 48 (19.14% from 255 or 9.52% from 504); Max value from RGB is 240 - color contains mainly: green. Hex color #D8F030 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F030 is #270FCF. Grayscale: #D3D3D3. Windows color (decimal): -2559952 or 3207384. OLE color: 3207384.
HSL color Cylindrical-coordinate representation of color #D8F030: hue angle of 67.5º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D8F030 is Cyan = 0.1, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 240 | 48 | - |
| CMYK | 0.1 | 0 | 0.8 | 0.06 |
| HSL | 67.5º | 0.86% | 0.56% | - |
| HSV(B) | 67.5º | 0.8% | 0.94% | - |
| XYZ | 60.01 | 77.13 | 14.52 | - |
| YUV | 210.94 | 36.05 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 240 | 48 | 0.1 | 0 | 0.8 | 0.06 | 67.5 | 0.86 | 0.56 |
| Hex | D8 | F0 | 30 | A | 0 | 50 | 6 | 44 | 56 | 38 |
| Octal | 330 | 360 | 60 | 12 | 0 | 120 | 6 | 104 | 126 | 70 |
| Binary | 11011000 | 11110000 | 110000 | 1010 | 0 | 1010000 | 110 | 1000100 | 1010110 | 111000 |
Color Harmonies of #D8F030
Complementary color
Monochromatic Colors of #D8F030
Black with #D8F030
Text Example
Text Example
White with #D8F030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F030; }
p { color: rgb(216,240,48); }
H1.HeaderClassName
{
color: #D8F030;
}
.AnyTagClassName
{
color: #D8F030;
}
</style>
background-color css
<style>
a { background-color: #D8F030; }
a { background-color: rgb(216,240,48); }
div.DivClassName
{
background-color: #D8F030;
}
.BgClassName
{
background-color: #D8F030;
}
</style>
border-color css
<style>
span { border-color: #D8F030; }
span { border-color: rgb(216,240,48); }
td.TdClassName
{
border-color: #D8F030;
}
.TagClassName
{
border-color: #D8F030;
}
</style>