#d2f43d

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

Shades of Pear #D2F43D

Tints of Pear #D2F43D

Color information

#D2F43D (or 0xD2F43D) is unknown color: approx Pear. HEX triplet: D2, F4 and 3D. RGB value is (210,244,61). Sum of RGB (Red+Green+Blue) = 210+244+61=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 244 (95.70% from 255 or 47.38% from 515); Blue value is 61 (24.22% from 255 or 11.84% from 515); Max value from RGB is 244 - color contains mainly: green. Hex color #D2F43D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F43D is #2D0BC2. Grayscale: #D5D5D5. Windows color (decimal): -2952131 or 4060370. OLE color: 4060370.

HSL color Cylindrical-coordinate representation of color #D2F43D: hue angle of 71.15º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D2F43D is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB21024461-
CMYK0.1400.750.04
HSL71.15º89.27%59.8%-
HSV(B)71.15º75%95.69%-
XYZ59.7778.7416.46-
YUV212.9742.24125.88-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.78%
GREEN value IS 244 (95.70% from 255) = 47.38%
BLUE value IS 61 (24.22% from 255) = 11.84%
R=40.78%
G=47.38%
B=11.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal210244610.1400.750.0471.1589.2759.8
HexD2F43DE04B447593c
Octal32236475160113410713174
Binary110100101111010011110111100100101110010001111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2f43d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2f43d; }

 p { color: rgb(210,244,61); }

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

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

 a { background-color: rgb(210,244,61); }

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

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

 span { border-color: rgb(210,244,61); }

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