#D3FD38

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

Shades of Pear #D3FD38

Tints of Pear #D3FD38

Color information

#D3FD38 (or 0xD3FD38) is unknown color: approx Pear. HEX triplet: D3, FD and 38. RGB value is (211,253,56). Sum of RGB (Red+Green+Blue) = 211+253+56=520 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.58% from 520); Green value is 253 (99.22% from 255 or 48.65% from 520); Blue value is 56 (22.27% from 255 or 10.77% from 520); Max value from RGB is 253 - color contains mainly: green. Hex color #D3FD38 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3FD38 is #2C02C7. Grayscale: #DADADA. Windows color (decimal): -2884296 or 3734995. OLE color: 3734995.

HSL color Cylindrical-coordinate representation of color #D3FD38: hue angle of 72.79º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D3FD38 is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.01.

Color convert

RGB21125356-
CMYK0.1700.780.01
HSL72.79º98.01%60.59%-
HSV(B)72.79º77.87%99.22%-
XYZ62.784.3816.72-
YUV217.9836.59123.02-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.58%
GREEN value IS 253 (99.22% from 255) = 48.65%
BLUE value IS 56 (22.27% from 255) = 10.77%
R=40.58%
G=48.65%
B=10.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal211253560.1700.780.0172.7998.0160.59
HexD3FD381104E149623d
Octal32337570210116111114275
Binary11010011111111011110001000101001110110010011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3FD38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3FD38; }

 p { color: rgb(211,253,56); }

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

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

 a { background-color: rgb(211,253,56); }

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

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

 span { border-color: rgb(211,253,56); }

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