#D3FB41

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

Shades of Pear #D3FB41

Tints of Pear #D3FB41

Color information

#D3FB41 (or 0xD3FB41) is unknown color: approx Pear. HEX triplet: D3, FB and 41. RGB value is (211,251,65). Sum of RGB (Red+Green+Blue) = 211+251+65=527 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.04% from 527); Green value is 251 (98.44% from 255 or 47.63% from 527); Blue value is 65 (25.78% from 255 or 12.33% from 527); Max value from RGB is 251 - color contains mainly: green. Hex color #D3FB41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3FB41 is #2C04BE. Grayscale: #DADADA. Windows color (decimal): -2884799 or 4324307. OLE color: 4324307.

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

Color convert

RGB21125165-
CMYK0.1600.740.02
HSL72.9º95.88%61.96%-
HSV(B)72.9º74.1%98.43%-
XYZ62.3283.2217.78-
YUV217.8441.75123.12-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.04%
GREEN value IS 251 (98.44% from 255) = 47.63%
BLUE value IS 65 (25.78% from 255) = 12.33%
R=40.04%
G=47.63%
B=12.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal211251650.1600.740.0272.995.8861.96
HexD3FB411004A249603e
Octal323373101200112211114076
Binary1101001111111011100000110000010010101010010011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3FB41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3FB41; }

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

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

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

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

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

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

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

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