#D0F340

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

Shades of Pear #D0F340

Tints of Pear #D0F340

Color information

#D0F340 (or 0xD0F340) is unknown color: approx Pear. HEX triplet: D0, F3 and 40. RGB value is (208,243,64). Sum of RGB (Red+Green+Blue) = 208+243+64=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 243 (95.31% from 255 or 47.18% from 515); Blue value is 64 (25.39% from 255 or 12.43% from 515); Max value from RGB is 243 - color contains mainly: green. Hex color #D0F340 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F340 is #2F0CBF. Grayscale: #D4D4D4. Windows color (decimal): -3083456 or 4256720. OLE color: 4256720.

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

Color convert

RGB20824364-
CMYK0.1400.740.05
HSL71.73º88.18%60.2%-
HSV(B)71.73º73.66%95.29%-
XYZ58.9977.8816.77-
YUV212.1344.4125.05-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.39%
GREEN value IS 243 (95.31% from 255) = 47.18%
BLUE value IS 64 (25.39% from 255) = 12.43%
R=40.39%
G=47.18%
B=12.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal208243640.1400.740.0571.7388.1860.2
HexD0F340E04A548583c
Octal320363100160112511013074
Binary1101000011110011100000011100100101010110010001011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F340; }

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

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

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

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

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

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

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

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