#D6F047

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

Shades of Pear #D6F047

Tints of Pear #D6F047

Color information

#D6F047 (or 0xD6F047) is unknown color: approx Pear. HEX triplet: D6, F0 and 47. RGB value is (214,240,71). Sum of RGB (Red+Green+Blue) = 214+240+71=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 240 (94.14% from 255 or 45.71% from 525); Blue value is 71 (28.12% from 255 or 13.52% from 525); Max value from RGB is 240 - color contains mainly: green. Hex color #D6F047 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F047 is #290FB8. Grayscale: #D5D5D5. Windows color (decimal): -2691001 or 4714710. OLE color: 4714710.

HSL color Cylindrical-coordinate representation of color #D6F047: hue angle of 69.23º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D6F047 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB21424071-
CMYK0.1100.700.06
HSL69.23º84.92%60.98%-
HSV(B)69.23º70.42%94.12%-
XYZ60.0377.0717.67-
YUV212.9647.89128.74-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.76%
GREEN value IS 240 (94.14% from 255) = 45.71%
BLUE value IS 71 (28.12% from 255) = 13.52%
R=40.76%
G=45.71%
B=13.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal214240710.1100.700.0669.2384.9260.98
HexD6F047B046645553d
Octal326360107130106610512575
Binary1101011011110000100011110110100011011010001011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F047; }

 p { color: rgb(214,240,71); }

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

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

 a { background-color: rgb(214,240,71); }

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

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

 span { border-color: rgb(214,240,71); }

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