#D1F145

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

Shades of Pear #D1F145

Tints of Pear #D1F145

Color information

#D1F145 (or 0xD1F145) is unknown color: approx Pear. HEX triplet: D1, F1 and 45. RGB value is (209,241,69). Sum of RGB (Red+Green+Blue) = 209+241+69=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 241 (94.53% from 255 or 46.44% from 519); Blue value is 69 (27.34% from 255 or 13.29% from 519); Max value from RGB is 241 - color contains mainly: green. Hex color #D1F145 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F145 is #2E0EBA. Grayscale: #D4D4D4. Windows color (decimal): -3018427 or 4583889. OLE color: 4583889.

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

Color convert

RGB20924169-
CMYK0.1300.710.05
HSL71.16º86%60.78%-
HSV(B)71.16º71.37%94.51%-
XYZ58.8276.917.37-
YUV211.8247.4125.99-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.27%
GREEN value IS 241 (94.53% from 255) = 46.44%
BLUE value IS 69 (27.34% from 255) = 13.29%
R=40.27%
G=46.44%
B=13.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal209241690.1300.710.0571.168660.78
HexD1F145D047547563d
Octal321361105150107510712675
Binary1101000111110001100010111010100011110110001111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F145; }

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

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

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

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

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

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

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

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