Shades of Pear #D2F338
Tints of Pear #D2F338
RGB
CMYK
RGB Variations
Color information
#D2F338 (or 0xD2F338) is known color: Pear. HEX triplet: D2, F3 and 38. RGB value is (210,243,56). Sum of RGB (Red+Green+Blue) = 210+243+56=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 243 (95.31% from 255 or 47.74% from 509); Blue value is 56 (22.27% from 255 or 11.00% from 509); Max value from RGB is 243 - color contains mainly: green. Hex color #D2F338 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F338 is #2D0CC7. Grayscale: #D4D4D4. Windows color (decimal): -2952392 or 3732434. OLE color: 3732434.
HSL color Cylindrical-coordinate representation of color #D2F338: hue angle of 70.59º 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 #D2F338 is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 243 | 56 | - |
| CMYK | 0.14 | 0 | 0.77 | 0.05 |
| HSL | 70.59º | 0.89% | 0.59% | - |
| HSV(B) | 70.59º | 0.77% | 0.95% | - |
| XYZ | 59.34 | 78.09 | 15.69 | - |
| YUV | 211.82 | 40.07 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 243 | 56 | 0.14 | 0 | 0.77 | 0.05 | 70.59 | 0.89 | 0.59 |
| Hex | D2 | F3 | 38 | E | 0 | 4D | 5 | 47 | 59 | 3B |
| Octal | 322 | 363 | 70 | 16 | 0 | 115 | 5 | 107 | 131 | 73 |
| Binary | 11010010 | 11110011 | 111000 | 1110 | 0 | 1001101 | 101 | 1000111 | 1011001 | 111011 |
Color Harmonies of #D2F338
Complementary color
Monochromatic Colors of #D2F338
Black with #D2F338
Text Example
Text Example
White with #D2F338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F338; }
p { color: rgb(210,243,56); }
H1.HeaderClassName
{
color: #D2F338;
}
.AnyTagClassName
{
color: #D2F338;
}
</style>
background-color css
<style>
a { background-color: #D2F338; }
a { background-color: rgb(210,243,56); }
div.DivClassName
{
background-color: #D2F338;
}
.BgClassName
{
background-color: #D2F338;
}
</style>
border-color css
<style>
span { border-color: #D2F338; }
span { border-color: rgb(210,243,56); }
td.TdClassName
{
border-color: #D2F338;
}
.TagClassName
{
border-color: #D2F338;
}
</style>