#D1F92C

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

Shades of Pear #D1F92C

Tints of Pear #D1F92C

Color information

#D1F92C (or 0xD1F92C) is unknown color: approx Pear. HEX triplet: D1, F9 and 2C. RGB value is (209,249,44). Sum of RGB (Red+Green+Blue) = 209+249+44=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 249 (97.66% from 255 or 49.60% from 502); Blue value is 44 (17.58% from 255 or 8.76% from 502); Max value from RGB is 249 - color contains mainly: green. Hex color #D1F92C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F92C is #2E06D3. Grayscale: #D6D6D6. Windows color (decimal): -3016404 or 2947537. OLE color: 2947537.

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

Color convert

RGB20924944-
CMYK0.1600.820.02
HSL71.71º94.47%57.45%-
HSV(B)71.71º82.33%97.65%-
XYZ60.6281.4914.92-
YUV213.6732.25124.67-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.63%
GREEN value IS 249 (97.66% from 255) = 49.60%
BLUE value IS 44 (17.58% from 255) = 8.76%
R=41.63%
G=49.60%
B=8.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal209249440.1600.820.0271.7194.4757.45
HexD1F92C100522485e39
Octal32137154200122211013671
Binary110100011111100110110010000010100101010010001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F92C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F92C; }

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

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

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

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

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

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

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

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