#D3F425

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

Shades of Pear #D3F425

Tints of Pear #D3F425

Color information

#D3F425 (or 0xD3F425) is unknown color: approx Pear. HEX triplet: D3, F4 and 25. RGB value is (211,244,37). Sum of RGB (Red+Green+Blue) = 211+244+37=492 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.89% from 492); Green value is 244 (95.70% from 255 or 49.59% from 492); Blue value is 37 (14.84% from 255 or 7.52% from 492); Max value from RGB is 244 - color contains mainly: green. Hex color #D3F425 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3F425 is #2C0BDA. Grayscale: #D3D3D3. Windows color (decimal): -2886619 or 2487507. OLE color: 2487507.

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

Color convert

RGB21124437-
CMYK0.1400.850.04
HSL69.57º90.39%55.1%-
HSV(B)69.57º84.84%95.69%-
XYZ59.5578.6813.8-
YUV210.5330.07128.33-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.89%
GREEN value IS 244 (95.70% from 255) = 49.59%
BLUE value IS 37 (14.84% from 255) = 7.52%
R=42.89%
G=49.59%
B=7.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal211244370.1400.850.0469.5790.3955.1
HexD3F425E0554465a37
Octal32336445160125410613267
Binary110100111111010010010111100101010110010001101011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3F425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3F425; }

 p { color: rgb(211,244,37); }

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

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

 a { background-color: rgb(211,244,37); }

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

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

 span { border-color: rgb(211,244,37); }

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