#D6F14A

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

Shades of Pear #D6F14A

Tints of Pear #D6F14A

Color information

#D6F14A (or 0xD6F14A) is unknown color: approx Pear. HEX triplet: D6, F1 and 4A. RGB value is (214,241,74). Sum of RGB (Red+Green+Blue) = 214+241+74=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 241 (94.53% from 255 or 45.56% from 529); Blue value is 74 (29.30% from 255 or 13.99% from 529); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F14A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F14A is #290EB5. Grayscale: #D6D6D6. Windows color (decimal): -2690742 or 4911574. OLE color: 4911574.

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

Color convert

RGB21424174-
CMYK0.1100.690.05
HSL69.7º85.64%61.76%-
HSV(B)69.7º69.29%94.51%-
XYZ60.4277.718.29-
YUV213.8949.05128.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.45%
GREEN value IS 241 (94.53% from 255) = 45.56%
BLUE value IS 74 (29.30% from 255) = 13.99%
R=40.45%
G=45.56%
B=13.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal214241740.1100.690.0569.785.6461.76
HexD6F14AB045546563e
Octal326361112130105510612676
Binary1101011011110001100101010110100010110110001101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F14A; }

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

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

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

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

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

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

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

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