#D4FA21

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

Shades of Pear #D4FA21

Tints of Pear #D4FA21

Color information

#D4FA21 (or 0xD4FA21) is unknown color: approx Pear. HEX triplet: D4, FA and 21. RGB value is (212,250,33). Sum of RGB (Red+Green+Blue) = 212+250+33=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 250 (98.05% from 255 or 50.51% from 495); Blue value is 33 (13.28% from 255 or 6.67% from 495); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FA21 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4FA21 is #2B05DE. Grayscale: #D6D6D6. Windows color (decimal): -2819551 or 2226900. OLE color: 2226900.

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

Color convert

RGB21225033-
CMYK0.1500.870.02
HSL70.51º95.59%55.49%-
HSV(B)70.51º86.8%98.04%-
XYZ61.6182.4814.11-
YUV213.925.91126.64-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.83%
GREEN value IS 250 (98.05% from 255) = 50.51%
BLUE value IS 33 (13.28% from 255) = 6.67%
R=42.83%
G=50.51%
B=6.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal212250330.1500.870.0270.5195.5955.49
HexD4FA21F0572476037
Octal32437241170127210714067
Binary11010100111110101000011111010101111010001111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4FA21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4FA21; }

 p { color: rgb(212,250,33); }

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

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

 a { background-color: rgb(212,250,33); }

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

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

 span { border-color: rgb(212,250,33); }

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