#D6FC3F

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

Shades of Pear #D6FC3F

Tints of Pear #D6FC3F

Color information

#D6FC3F (or 0xD6FC3F) is unknown color: approx Pear. HEX triplet: D6, FC and 3F. RGB value is (214,252,63). Sum of RGB (Red+Green+Blue) = 214+252+63=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 252 (98.83% from 255 or 47.64% from 529); Blue value is 63 (25% from 255 or 11.91% from 529); Max value from RGB is 252 - color contains mainly: green. Hex color #D6FC3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6FC3F is #2903C0. Grayscale: #DBDBDB. Windows color (decimal): -2687937 or 4193494. OLE color: 4193494.

HSL color Cylindrical-coordinate representation of color #D6FC3F: hue angle of 72.06º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D6FC3F is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB21425263-
CMYK0.1500.750.01
HSL72.06º96.92%61.76%-
HSV(B)72.06º75%98.82%-
XYZ63.4484.2817.63-
YUV219.0939.91124.37-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.45%
GREEN value IS 252 (98.83% from 255) = 47.64%
BLUE value IS 63 (25% from 255) = 11.91%
R=40.45%
G=47.64%
B=11.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal214252630.1500.750.0172.0696.9261.76
HexD6FC3FF04B148613e
Octal32637477170113111014176
Binary1101011011111100111111111101001011110010001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FC3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FC3F; }

 p { color: rgb(214,252,63); }

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

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

 a { background-color: rgb(214,252,63); }

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

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

 span { border-color: rgb(214,252,63); }

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