Shades of Pear #D6F323
Tints of Pear #D6F323
RGB
CMYK
RGB Variations
Color information
#D6F323 (or 0xD6F323) is known color: Pear. HEX triplet: D6, F3 and 23. RGB value is (214,243,35). Sum of RGB (Red+Green+Blue) = 214+243+35=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 243 (95.31% from 255 or 49.39% from 492); Blue value is 35 (14.06% from 255 or 7.11% from 492); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F323 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F323 is #290CDC. Grayscale: #D3D3D3. Windows color (decimal): -2690269 or 2356182. OLE color: 2356182.
HSL color Cylindrical-coordinate representation of color #D6F323: hue angle of 68.37º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D6F323 is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 243 | 35 | - |
| CMYK | 0.12 | 0 | 0.86 | 0.05 |
| HSL | 68.37º | 0.9% | 0.55% | - |
| HSV(B) | 68.37º | 0.86% | 0.95% | - |
| XYZ | 60.09 | 78.52 | 13.58 | - |
| YUV | 210.62 | 28.89 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 243 | 35 | 0.12 | 0 | 0.86 | 0.05 | 68.37 | 0.9 | 0.55 |
| Hex | D6 | F3 | 23 | C | 0 | 56 | 5 | 44 | 5A | 37 |
| Octal | 326 | 363 | 43 | 14 | 0 | 126 | 5 | 104 | 132 | 67 |
| Binary | 11010110 | 11110011 | 100011 | 1100 | 0 | 1010110 | 101 | 1000100 | 1011010 | 110111 |
Color Harmonies of #D6F323
Complementary color
Monochromatic Colors of #D6F323
Black with #D6F323
Text Example
Text Example
White with #D6F323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F323; }
p { color: rgb(214,243,35); }
H1.HeaderClassName
{
color: #D6F323;
}
.AnyTagClassName
{
color: #D6F323;
}
</style>
background-color css
<style>
a { background-color: #D6F323; }
a { background-color: rgb(214,243,35); }
div.DivClassName
{
background-color: #D6F323;
}
.BgClassName
{
background-color: #D6F323;
}
</style>
border-color css
<style>
span { border-color: #D6F323; }
span { border-color: rgb(214,243,35); }
td.TdClassName
{
border-color: #D6F323;
}
.TagClassName
{
border-color: #D6F323;
}
</style>