#D0F61D

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

Shades of Pear #D0F61D

Tints of Pear #D0F61D

Color information

#D0F61D (or 0xD0F61D) is unknown color: approx Pear. HEX triplet: D0, F6 and 1D. RGB value is (208,246,29). Sum of RGB (Red+Green+Blue) = 208+246+29=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 246 (96.48% from 255 or 50.93% from 483); Blue value is 29 (11.72% from 255 or 6.00% from 483); Max value from RGB is 246 - color contains mainly: green. Hex color #D0F61D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F61D is #2F09E2. Grayscale: #D2D2D2. Windows color (decimal): -3082723 or 1963728. OLE color: 1963728.

HSL color Cylindrical-coordinate representation of color #D0F61D: hue angle of 70.51º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0F61D is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB20824629-
CMYK0.1500.880.04
HSL70.51º92.34%53.92%-
HSV(B)70.51º88.21%96.47%-
XYZ59.1979.4113.37-
YUV209.925.91126.64-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.06%
GREEN value IS 246 (96.48% from 255) = 50.93%
BLUE value IS 29 (11.72% from 255) = 6.00%
R=43.06%
G=50.93%
B=6.00%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal208246290.1500.880.0470.5192.3453.92
HexD0F61DF0584475c36
Octal32036635170130410713466
Binary11010000111101101110111110101100010010001111011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F61D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F61D; }

 p { color: rgb(208,246,29); }

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

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

 a { background-color: rgb(208,246,29); }

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

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

 span { border-color: rgb(208,246,29); }

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