#D1F941

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

Shades of Pear #D1F941

Tints of Pear #D1F941

Color information

#D1F941 (or 0xD1F941) is unknown color: approx Pear. HEX triplet: D1, F9 and 41. RGB value is (209,249,65). Sum of RGB (Red+Green+Blue) = 209+249+65=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 249 (97.66% from 255 or 47.61% from 523); Blue value is 65 (25.78% from 255 or 12.43% from 523); Max value from RGB is 249 - color contains mainly: green. Hex color #D1F941 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F941 is #2E06BE. Grayscale: #D8D8D8. Windows color (decimal): -3016383 or 4323793. OLE color: 4323793.

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

Color convert

RGB20924965-
CMYK0.1600.740.02
HSL73.04º93.88%61.57%-
HSV(B)73.04º73.9%97.65%-
XYZ61.1281.6917.55-
YUV216.0642.75122.96-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.96%
GREEN value IS 249 (97.66% from 255) = 47.61%
BLUE value IS 65 (25.78% from 255) = 12.43%
R=39.96%
G=47.61%
B=12.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal209249650.1600.740.0273.0493.8861.57
HexD1F9411004A2495e3e
Octal321371101200112211113676
Binary1101000111111001100000110000010010101010010011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F941; }

 p { color: rgb(209,249,65); }

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

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

 a { background-color: rgb(209,249,65); }

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

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

 span { border-color: rgb(209,249,65); }

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