#D0F140

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

Shades of Pear #D0F140

Tints of Pear #D0F140

Color information

#D0F140 (or 0xD0F140) is unknown color: approx Pear. HEX triplet: D0, F1 and 40. RGB value is (208,241,64). Sum of RGB (Red+Green+Blue) = 208+241+64=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 241 (94.53% from 255 or 46.98% from 513); Blue value is 64 (25.39% from 255 or 12.48% from 513); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F140 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F140 is #2F0EBF. Grayscale: #D3D3D3. Windows color (decimal): -3083968 or 4256208. OLE color: 4256208.

HSL color Cylindrical-coordinate representation of color #D0F140: hue angle of 71.19º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D0F140 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB20824164-
CMYK0.1400.730.05
HSL71.19º86.34%59.8%-
HSV(B)71.19º73.44%94.51%-
XYZ58.3976.6916.58-
YUV210.9645.07125.89-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.55%
GREEN value IS 241 (94.53% from 255) = 46.98%
BLUE value IS 64 (25.39% from 255) = 12.48%
R=40.55%
G=46.98%
B=12.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal208241640.1400.730.0571.1986.3459.8
HexD0F140E049547563c
Octal320361100160111510712674
Binary1101000011110001100000011100100100110110001111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F140; }

 p { color: rgb(208,241,64); }

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

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

 a { background-color: rgb(208,241,64); }

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

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

 span { border-color: rgb(208,241,64); }

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