#D1F334

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

Shades of Pear #D1F334

Tints of Pear #D1F334

Color information

#D1F334 (or 0xD1F334) is unknown color: approx Pear. HEX triplet: D1, F3 and 34. RGB value is (209,243,52). Sum of RGB (Red+Green+Blue) = 209+243+52=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 243 (95.31% from 255 or 48.21% from 504); Blue value is 52 (20.70% from 255 or 10.32% from 504); Max value from RGB is 243 - color contains mainly: green. Hex color #D1F334 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F334 is #2E0CCB. Grayscale: #D3D3D3. Windows color (decimal): -3017932 or 3470289. OLE color: 3470289.

HSL color Cylindrical-coordinate representation of color #D1F334: hue angle of 70.68º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D1F334 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB20924352-
CMYK0.1400.790.05
HSL70.68º88.84%57.84%-
HSV(B)70.68º78.6%95.29%-
XYZ58.9677.915.18-
YUV211.0638.24126.53-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.47%
GREEN value IS 243 (95.31% from 255) = 48.21%
BLUE value IS 52 (20.70% from 255) = 10.32%
R=41.47%
G=48.21%
B=10.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal209243520.1400.790.0570.6888.8457.84
HexD1F334E04F547593a
Octal32136364160117510713172
Binary110100011111001111010011100100111110110001111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F334; }

 p { color: rgb(209,243,52); }

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

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

 a { background-color: rgb(209,243,52); }

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

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

 span { border-color: rgb(209,243,52); }

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