#D1F13C

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

Shades of Pear #D1F13C

Tints of Pear #D1F13C

Color information

#D1F13C (or 0xD1F13C) is unknown color: approx Pear. HEX triplet: D1, F1 and 3C. RGB value is (209,241,60). Sum of RGB (Red+Green+Blue) = 209+241+60=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 241 (94.53% from 255 or 47.25% from 510); Blue value is 60 (23.83% from 255 or 11.76% from 510); Max value from RGB is 241 - color contains mainly: green. Hex color #D1F13C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F13C is #2E0EC3. Grayscale: #D3D3D3. Windows color (decimal): -3018436 or 3994065. OLE color: 3994065.

HSL color Cylindrical-coordinate representation of color #D1F13C: hue angle of 70.61º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D1F13C is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB20924160-
CMYK0.1300.750.05
HSL70.61º86.6%59.02%-
HSV(B)70.61º75.1%94.51%-
XYZ58.5776.7916.01-
YUV210.842.9126.72-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.98%
GREEN value IS 241 (94.53% from 255) = 47.25%
BLUE value IS 60 (23.83% from 255) = 11.76%
R=40.98%
G=47.25%
B=11.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal209241600.1300.750.0570.6186.659.02
HexD1F13CD04B547573b
Octal32136174150113510712773
Binary110100011111000111110011010100101110110001111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F13C; }

 p { color: rgb(209,241,60); }

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

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

 a { background-color: rgb(209,241,60); }

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

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

 span { border-color: rgb(209,241,60); }

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