Shades of Pear #D7F23D
Tints of Pear #D7F23D
RGB
CMYK
RGB Variations
Color information
#D7F23D (or 0xD7F23D) is known color: Pear. HEX triplet: D7, F2 and 3D. RGB value is (215,242,61). Sum of RGB (Red+Green+Blue) = 215+242+61=518 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.51% from 518); Green value is 242 (94.92% from 255 or 46.72% from 518); Blue value is 61 (24.22% from 255 or 11.78% from 518); Max value from RGB is 242 - color contains mainly: green. Hex color #D7F23D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7F23D is #280DC2. Grayscale: #D5D5D5. Windows color (decimal): -2624963 or 4059863. OLE color: 4059863.
HSL color Cylindrical-coordinate representation of color #D7F23D: hue angle of 68.95º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D7F23D is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 242 | 61 | - |
| CMYK | 0.11 | 0 | 0.75 | 0.05 |
| HSL | 68.95º | 0.87% | 0.59% | - |
| HSV(B) | 68.95º | 0.75% | 0.95% | - |
| XYZ | 60.62 | 78.29 | 16.33 | - |
| YUV | 213.29 | 42.05 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 242 | 61 | 0.11 | 0 | 0.75 | 0.05 | 68.95 | 0.87 | 0.59 |
| Hex | D7 | F2 | 3D | B | 0 | 4B | 5 | 45 | 57 | 3B |
| Octal | 327 | 362 | 75 | 13 | 0 | 113 | 5 | 105 | 127 | 73 |
| Binary | 11010111 | 11110010 | 111101 | 1011 | 0 | 1001011 | 101 | 1000101 | 1010111 | 111011 |
Color Harmonies of #D7F23D
Complementary color
Monochromatic Colors of #D7F23D
Black with #D7F23D
Text Example
Text Example
White with #D7F23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F23D; }
p { color: rgb(215,242,61); }
H1.HeaderClassName
{
color: #D7F23D;
}
.AnyTagClassName
{
color: #D7F23D;
}
</style>
background-color css
<style>
a { background-color: #D7F23D; }
a { background-color: rgb(215,242,61); }
div.DivClassName
{
background-color: #D7F23D;
}
.BgClassName
{
background-color: #D7F23D;
}
</style>
border-color css
<style>
span { border-color: #D7F23D; }
span { border-color: rgb(215,242,61); }
td.TdClassName
{
border-color: #D7F23D;
}
.TagClassName
{
border-color: #D7F23D;
}
</style>