#D0F74E

Color #D0F74E Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #D0F74E

Tints of Pear #D0F74E

Color information

#D0F74E (or 0xD0F74E) is unknown color: approx Pear. HEX triplet: D0, F7 and 4E. RGB value is (208,247,78). Sum of RGB (Red+Green+Blue) = 208+247+78=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 247 (96.88% from 255 or 46.34% from 533); Blue value is 78 (30.86% from 255 or 14.63% from 533); Max value from RGB is 247 - color contains mainly: green. Hex color #D0F74E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F74E is #2F08B1. Grayscale: #D8D8D8. Windows color (decimal): -3082418 or 5175248. OLE color: 5175248.

HSL color Cylindrical-coordinate representation of color #D0F74E: hue angle of 73.85º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D0F74E is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB20824778-
CMYK0.1600.680.03
HSL73.85º91.35%63.73%-
HSV(B)73.85º68.42%96.86%-
XYZ60.6580.4819.55-
YUV216.0750.08122.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 39.02%
GREEN value IS 247 (96.88% from 255) = 46.34%
BLUE value IS 78 (30.86% from 255) = 14.63%
R=39.02%
G=46.34%
B=14.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal208247780.1600.680.0373.8591.3563.73
HexD0F74E1004434a5b40
Octal3203671162001043112133100
Binary11010000111101111001110100000100010011100101010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F74E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F74E; }

 p { color: rgb(208,247,78); }

 H1.HeaderClassName
 {
   color: #D0F74E;
 }
 .AnyTagClassName
 {
   color: #D0F74E;
 }
</style>
background-color css

<style>
 a { background-color: #D0F74E; }

 a { background-color: rgb(208,247,78); }

 div.DivClassName
 {
   background-color: #D0F74E;
 }
 .BgClassName
 {
   background-color: #D0F74E;
 }
</style>
border-color css

<style>
 span { border-color: #D0F74E; }

 span { border-color: rgb(208,247,78); }

 td.TdClassName
 {
   border-color: #D0F74E;
 }
 .TagClassName
 {
   border-color: #D0F74E;
 }
</style>