#D4FA33

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

Shades of Pear #D4FA33

Tints of Pear #D4FA33

Color information

#D4FA33 (or 0xD4FA33) is unknown color: approx Pear. HEX triplet: D4, FA and 33. RGB value is (212,250,51). Sum of RGB (Red+Green+Blue) = 212+250+51=513 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.33% from 513); Green value is 250 (98.05% from 255 or 48.73% from 513); Blue value is 51 (20.31% from 255 or 9.94% from 513); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FA33 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4FA33 is #2B05CC. Grayscale: #D8D8D8. Windows color (decimal): -2819533 or 3406548. OLE color: 3406548.

HSL color Cylindrical-coordinate representation of color #D4FA33: hue angle of 71.46º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D4FA33 is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB21225051-
CMYK0.1500.800.02
HSL71.46º95.22%59.02%-
HSV(B)71.46º79.6%98.04%-
XYZ61.9382.6115.81-
YUV215.9534.91125.18-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.33%
GREEN value IS 250 (98.05% from 255) = 48.73%
BLUE value IS 51 (20.31% from 255) = 9.94%
R=41.33%
G=48.73%
B=9.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal212250510.1500.800.0271.4695.2259.02
HexD4FA33F0502475f3b
Octal32437263170120210713773
Binary11010100111110101100111111010100001010001111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4FA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4FA33; }

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

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

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

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

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

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

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

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