#D6F742

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

Shades of Pear #D6F742

Tints of Pear #D6F742

Color information

#D6F742 (or 0xD6F742) is unknown color: approx Pear. HEX triplet: D6, F7 and 42. RGB value is (214,247,66). Sum of RGB (Red+Green+Blue) = 214+247+66=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 247 (96.88% from 255 or 46.87% from 527); Blue value is 66 (26.17% from 255 or 12.52% from 527); Max value from RGB is 247 - color contains mainly: green. Hex color #D6F742 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F742 is #2908BD. Grayscale: #D9D9D9. Windows color (decimal): -2689214 or 4388822. OLE color: 4388822.

HSL color Cylindrical-coordinate representation of color #D6F742: hue angle of 70.94º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D6F742 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.03.

Color convert

RGB21424766-
CMYK0.1300.730.03
HSL70.94º91.88%61.37%-
HSV(B)70.94º73.28%96.86%-
XYZ61.9881.2117.56-
YUV216.543.07126.22-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.61%
GREEN value IS 247 (96.88% from 255) = 46.87%
BLUE value IS 66 (26.17% from 255) = 12.52%
R=40.61%
G=46.87%
B=12.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal214247660.1300.730.0370.9491.8861.37
HexD6F742D0493475c3d
Octal326367102150111310713475
Binary110101101111011110000101101010010011110001111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F742; }

 p { color: rgb(214,247,66); }

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

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

 a { background-color: rgb(214,247,66); }

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

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

 span { border-color: rgb(214,247,66); }

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