#D6F646

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

Shades of Pear #D6F646

Tints of Pear #D6F646

Color information

#D6F646 (or 0xD6F646) is unknown color: approx Pear. HEX triplet: D6, F6 and 46. RGB value is (214,246,70). Sum of RGB (Red+Green+Blue) = 214+246+70=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 246 (96.48% from 255 or 46.42% from 530); Blue value is 70 (27.73% from 255 or 13.21% from 530); Max value from RGB is 246 - color contains mainly: green. Hex color #D6F646 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F646 is #2909B9. Grayscale: #D9D9D9. Windows color (decimal): -2689466 or 4650710. OLE color: 4650710.

HSL color Cylindrical-coordinate representation of color #D6F646: hue angle of 70.91º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D6F646 is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.

Color convert

RGB21424670-
CMYK0.1300.720.04
HSL70.91º90.72%61.96%-
HSV(B)70.91º71.54%96.47%-
XYZ61.7980.6518.1-
YUV216.3745.4126.31-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.38%
GREEN value IS 246 (96.48% from 255) = 46.42%
BLUE value IS 70 (27.73% from 255) = 13.21%
R=40.38%
G=46.42%
B=13.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal214246700.1300.720.0470.9190.7261.96
HexD6F646D0484475b3e
Octal326366106150110410713376
Binary1101011011110110100011011010100100010010001111011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F646; }

 p { color: rgb(214,246,70); }

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

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

 a { background-color: rgb(214,246,70); }

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

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

 span { border-color: rgb(214,246,70); }

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