#D3FB3B

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

Shades of Pear #D3FB3B

Tints of Pear #D3FB3B

Color information

#D3FB3B (or 0xD3FB3B) is unknown color: approx Pear. HEX triplet: D3, FB and 3B. RGB value is (211,251,59). Sum of RGB (Red+Green+Blue) = 211+251+59=521 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.50% from 521); Green value is 251 (98.44% from 255 or 48.18% from 521); Blue value is 59 (23.44% from 255 or 11.32% from 521); Max value from RGB is 251 - color contains mainly: green. Hex color #D3FB3B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3FB3B is #2C04C4. Grayscale: #D9D9D9. Windows color (decimal): -2884805 or 3931091. OLE color: 3931091.

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

Color convert

RGB21125159-
CMYK0.1600.760.02
HSL72.5º96%60.78%-
HSV(B)72.5º76.49%98.43%-
XYZ62.1583.1616.91-
YUV217.1538.75123.61-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.50%
GREEN value IS 251 (98.44% from 255) = 48.18%
BLUE value IS 59 (23.44% from 255) = 11.32%
R=40.50%
G=48.18%
B=11.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal211251590.1600.760.0272.59660.78
HexD3FB3B1004C248603d
Octal32337373200114211014075
Binary110100111111101111101110000010011001010010001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3FB3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3FB3B; }

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

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

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

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

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

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

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

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