#D3FB4B

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

Shades of Pear #D3FB4B

Tints of Pear #D3FB4B

Color information

#D3FB4B (or 0xD3FB4B) is unknown color: approx Pear. HEX triplet: D3, FB and 4B. RGB value is (211,251,75). Sum of RGB (Red+Green+Blue) = 211+251+75=537 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.29% from 537); Green value is 251 (98.44% from 255 or 46.74% from 537); Blue value is 75 (29.69% from 255 or 13.97% from 537); Max value from RGB is 251 - color contains mainly: green. Hex color #D3FB4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3FB4B is #2C04B4. Grayscale: #DBDBDB. Windows color (decimal): -2884789 or 4979667. OLE color: 4979667.

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

Color convert

RGB21125175-
CMYK0.1600.700.02
HSL73.64º95.65%63.92%-
HSV(B)73.64º70.12%98.43%-
XYZ62.6383.3519.44-
YUV218.9846.75122.31-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.29%
GREEN value IS 251 (98.44% from 255) = 46.74%
BLUE value IS 75 (29.69% from 255) = 13.97%
R=39.29%
G=46.74%
B=13.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal211251750.1600.700.0273.6495.6563.92
HexD3FB4B1004624a6040
Octal3233731132001062112140100
Binary11010011111110111001011100000100011010100101011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3FB4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3FB4B; }

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

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

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

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

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

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

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

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