#D1F73A

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

Shades of Pear #D1F73A

Tints of Pear #D1F73A

Color information

#D1F73A (or 0xD1F73A) is unknown color: approx Pear. HEX triplet: D1, F7 and 3A. RGB value is (209,247,58). Sum of RGB (Red+Green+Blue) = 209+247+58=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 247 (96.88% from 255 or 48.05% from 514); Blue value is 58 (23.05% from 255 or 11.28% from 514); Max value from RGB is 247 - color contains mainly: green. Hex color #D1F73A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F73A is #2E08C5. Grayscale: #D6D6D6. Windows color (decimal): -3016902 or 3864529. OLE color: 3864529.

HSL color Cylindrical-coordinate representation of color #D1F73A: hue angle of 72.06º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D1F73A is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.03.

Color convert

RGB20924758-
CMYK0.1500.770.03
HSL72.06º92.2%59.8%-
HSV(B)72.06º76.52%96.86%-
XYZ60.3280.3816.34-
YUV214.0939.91124.37-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.66%
GREEN value IS 247 (96.88% from 255) = 48.05%
BLUE value IS 58 (23.05% from 255) = 11.28%
R=40.66%
G=48.05%
B=11.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal209247580.1500.770.0372.0692.259.8
HexD1F73AF04D3485c3c
Octal32136772170115311013474
Binary11010001111101111110101111010011011110010001011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F73A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F73A; }

 p { color: rgb(209,247,58); }

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

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

 a { background-color: rgb(209,247,58); }

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

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

 span { border-color: rgb(209,247,58); }

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