#D2FD40

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

Shades of Pear #D2FD40

Tints of Pear #D2FD40

Color information

#D2FD40 (or 0xD2FD40) is unknown color: approx Pear. HEX triplet: D2, FD and 40. RGB value is (210,253,64). Sum of RGB (Red+Green+Blue) = 210+253+64=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 253 (99.22% from 255 or 48.01% from 527); Blue value is 64 (25.39% from 255 or 12.14% from 527); Max value from RGB is 253 - color contains mainly: green. Hex color #D2FD40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2FD40 is #2D02BF. Grayscale: #DBDBDB. Windows color (decimal): -2949824 or 4259282. OLE color: 4259282.

HSL color Cylindrical-coordinate representation of color #D2FD40: hue angle of 73.65º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D2FD40 is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB21025364-
CMYK0.1700.750.01
HSL73.65º97.93%62.16%-
HSV(B)73.65º74.7%99.22%-
XYZ62.6384.3217.83-
YUV218.640.75121.87-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.85%
GREEN value IS 253 (99.22% from 255) = 48.01%
BLUE value IS 64 (25.39% from 255) = 12.14%
R=39.85%
G=48.01%
B=12.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal210253640.1700.750.0173.6597.9362.16
HexD2FD401104B14a623e
Octal322375100210113111214276
Binary110100101111110110000001000101001011110010101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FD40; }

 p { color: rgb(210,253,64); }

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

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

 a { background-color: rgb(210,253,64); }

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

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

 span { border-color: rgb(210,253,64); }

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