#D6FB2F

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

Shades of Pear #D6FB2F

Tints of Pear #D6FB2F

Color information

#D6FB2F (or 0xD6FB2F) is unknown color: approx Pear. HEX triplet: D6, FB and 2F. RGB value is (214,251,47). Sum of RGB (Red+Green+Blue) = 214+251+47=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 251 (98.44% from 255 or 49.02% from 512); Blue value is 47 (18.75% from 255 or 9.18% from 512); Max value from RGB is 251 - color contains mainly: green. Hex color #D6FB2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6FB2F is #2904D0. Grayscale: #D9D9D9. Windows color (decimal): -2688209 or 3144662. OLE color: 3144662.

HSL color Cylindrical-coordinate representation of color #D6FB2F: hue angle of 70.88º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D6FB2F is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB21425147-
CMYK0.1500.810.02
HSL70.88º96.23%58.43%-
HSV(B)70.88º81.27%98.43%-
XYZ62.7483.515.5-
YUV216.6832.24126.09-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.80%
GREEN value IS 251 (98.44% from 255) = 49.02%
BLUE value IS 47 (18.75% from 255) = 9.18%
R=41.80%
G=49.02%
B=9.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal214251470.1500.810.0270.8896.2358.43
HexD6FB2FF051247603a
Octal32637357170121210714072
Binary11010110111110111011111111010100011010001111100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FB2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FB2F; }

 p { color: rgb(214,251,47); }

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

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

 a { background-color: rgb(214,251,47); }

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

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

 span { border-color: rgb(214,251,47); }

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