#D1FA35

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

Shades of Pear #D1FA35

Tints of Pear #D1FA35

Color information

#D1FA35 (or 0xD1FA35) is unknown color: approx Pear. HEX triplet: D1, FA and 35. RGB value is (209,250,53). Sum of RGB (Red+Green+Blue) = 209+250+53=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 250 (98.05% from 255 or 48.83% from 512); Blue value is 53 (21.09% from 255 or 10.35% from 512); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FA35 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1FA35 is #2E05CA. Grayscale: #D8D8D8. Windows color (decimal): -3016139 or 3537617. OLE color: 3537617.

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

Color convert

RGB20925053-
CMYK0.1600.790.02
HSL72.49º95.17%59.41%-
HSV(B)72.49º78.8%98.04%-
XYZ61.1282.1816.01-
YUV215.2836.42123.52-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.82%
GREEN value IS 250 (98.05% from 255) = 48.83%
BLUE value IS 53 (21.09% from 255) = 10.35%
R=40.82%
G=48.83%
B=10.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal209250530.1600.790.0272.4995.1759.41
HexD1FA351004F2485f3b
Octal32137265200117211013773
Binary110100011111101011010110000010011111010010001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FA35; }

 p { color: rgb(209,250,53); }

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

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

 a { background-color: rgb(209,250,53); }

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

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

 span { border-color: rgb(209,250,53); }

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