#D3F641

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

Shades of Pear #D3F641

Tints of Pear #D3F641

Color information

#D3F641 (or 0xD3F641) is unknown color: approx Pear. HEX triplet: D3, F6 and 41. RGB value is (211,246,65). Sum of RGB (Red+Green+Blue) = 211+246+65=522 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.42% from 522); Green value is 246 (96.48% from 255 or 47.13% from 522); Blue value is 65 (25.78% from 255 or 12.45% from 522); Max value from RGB is 246 - color contains mainly: green. Hex color #D3F641 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3F641 is #2C09BE. Grayscale: #D7D7D7. Windows color (decimal): -2886079 or 4323027. OLE color: 4323027.

HSL color Cylindrical-coordinate representation of color #D3F641: hue angle of 71.6º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D3F641 is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB21124665-
CMYK0.1400.740.04
HSL71.6º90.95%60.98%-
HSV(B)71.6º73.58%96.47%-
XYZ60.7780.1417.27-
YUV214.943.4125.22-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.42%
GREEN value IS 246 (96.48% from 255) = 47.13%
BLUE value IS 65 (25.78% from 255) = 12.45%
R=40.42%
G=47.13%
B=12.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal211246650.1400.740.0471.690.9560.98
HexD3F641E04A4485b3d
Octal323366101160112411013375
Binary1101001111110110100000111100100101010010010001011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3F641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3F641; }

 p { color: rgb(211,246,65); }

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

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

 a { background-color: rgb(211,246,65); }

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

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

 span { border-color: rgb(211,246,65); }

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