#D6F14C

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

Shades of Pear #D6F14C

Tints of Pear #D6F14C

Color information

#D6F14C (or 0xD6F14C) is unknown color: approx Pear. HEX triplet: D6, F1 and 4C. RGB value is (214,241,76). Sum of RGB (Red+Green+Blue) = 214+241+76=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 241 (94.53% from 255 or 45.39% from 531); Blue value is 76 (30.08% from 255 or 14.31% from 531); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F14C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F14C is #290EB3. Grayscale: #D6D6D6. Windows color (decimal): -2690740 or 5042646. OLE color: 5042646.

HSL color Cylindrical-coordinate representation of color #D6F14C: hue angle of 69.82º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D6F14C is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB21424176-
CMYK0.1100.680.05
HSL69.82º85.49%62.16%-
HSV(B)69.82º68.46%94.51%-
XYZ60.4977.7318.65-
YUV214.1250.05127.92-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.30%
GREEN value IS 241 (94.53% from 255) = 45.39%
BLUE value IS 76 (30.08% from 255) = 14.31%
R=40.30%
G=45.39%
B=14.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal214241760.1100.680.0569.8285.4962.16
HexD6F14CB044546553e
Octal326361114130104510612576
Binary1101011011110001100110010110100010010110001101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F14C; }

 p { color: rgb(214,241,76); }

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

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

 a { background-color: rgb(214,241,76); }

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

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

 span { border-color: rgb(214,241,76); }

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