Shades of Pear #D0F338
Tints of Pear #D0F338
RGB
CMYK
RGB Variations
Color information
#D0F338 (or 0xD0F338) is known color: Pear. HEX triplet: D0, F3 and 38. RGB value is (208,243,56). Sum of RGB (Red+Green+Blue) = 208+243+56=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 243 (95.31% from 255 or 47.93% from 507); Blue value is 56 (22.27% from 255 or 11.05% from 507); Max value from RGB is 243 - color contains mainly: green. Hex color #D0F338 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F338 is #2F0CC7. Grayscale: #D3D3D3. Windows color (decimal): -3083464 or 3732432. OLE color: 3732432.
HSL color Cylindrical-coordinate representation of color #D0F338: hue angle of 71.23º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D0F338 is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 243 | 56 | - |
| CMYK | 0.14 | 0 | 0.77 | 0.05 |
| HSL | 71.23º | 0.89% | 0.59% | - |
| HSV(B) | 71.23º | 0.77% | 0.95% | - |
| XYZ | 58.78 | 77.8 | 15.66 | - |
| YUV | 211.22 | 40.4 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 243 | 56 | 0.14 | 0 | 0.77 | 0.05 | 71.23 | 0.89 | 0.59 |
| Hex | D0 | F3 | 38 | E | 0 | 4D | 5 | 47 | 59 | 3B |
| Octal | 320 | 363 | 70 | 16 | 0 | 115 | 5 | 107 | 131 | 73 |
| Binary | 11010000 | 11110011 | 111000 | 1110 | 0 | 1001101 | 101 | 1000111 | 1011001 | 111011 |
Color Harmonies of #D0F338
Complementary color
Monochromatic Colors of #D0F338
Black with #D0F338
Text Example
Text Example
White with #D0F338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F338; }
p { color: rgb(208,243,56); }
H1.HeaderClassName
{
color: #D0F338;
}
.AnyTagClassName
{
color: #D0F338;
}
</style>
background-color css
<style>
a { background-color: #D0F338; }
a { background-color: rgb(208,243,56); }
div.DivClassName
{
background-color: #D0F338;
}
.BgClassName
{
background-color: #D0F338;
}
</style>
border-color css
<style>
span { border-color: #D0F338; }
span { border-color: rgb(208,243,56); }
td.TdClassName
{
border-color: #D0F338;
}
.TagClassName
{
border-color: #D0F338;
}
</style>