#D4FD3A

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

Shades of Pear #D4FD3A

Tints of Pear #D4FD3A

Color information

#D4FD3A (or 0xD4FD3A) is unknown color: approx Pear. HEX triplet: D4, FD and 3A. RGB value is (212,253,58). Sum of RGB (Red+Green+Blue) = 212+253+58=523 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.54% from 523); Green value is 253 (99.22% from 255 or 48.37% from 523); Blue value is 58 (23.05% from 255 or 11.09% from 523); Max value from RGB is 253 - color contains mainly: green. Hex color #D4FD3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4FD3A is #2B02C5. Grayscale: #DBDBDB. Windows color (decimal): -2818758 or 3866068. OLE color: 3866068.

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

Color convert

RGB21225358-
CMYK0.1600.770.01
HSL72.62º97.99%60.98%-
HSV(B)72.62º77.08%99.22%-
XYZ63.0484.5517-
YUV218.5137.42123.36-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.54%
GREEN value IS 253 (99.22% from 255) = 48.37%
BLUE value IS 58 (23.05% from 255) = 11.09%
R=40.54%
G=48.37%
B=11.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal212253580.1600.770.0172.6297.9960.98
HexD4FD3A1004D149623d
Octal32437572200115111114275
Binary11010100111111011110101000001001101110010011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4FD3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4FD3A; }

 p { color: rgb(212,253,58); }

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

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

 a { background-color: rgb(212,253,58); }

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

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

 span { border-color: rgb(212,253,58); }

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