#D2E648

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

Shades of Pear #D2E648

Tints of Pear #D2E648

Color information

#D2E648 (or 0xD2E648) is unknown color: approx Pear. HEX triplet: D2, E6 and 48. RGB value is (210,230,72). Sum of RGB (Red+Green+Blue) = 210+230+72=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 230 (90.23% from 255 or 44.92% from 512); Blue value is 72 (28.52% from 255 or 14.06% from 512); Max value from RGB is 230 - color contains mainly: green. Hex color #D2E648 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2E648 is #2D19B7. Grayscale: #CECECE. Windows color (decimal): -2955704 or 4777682. OLE color: 4777682.

HSL color Cylindrical-coordinate representation of color #D2E648: hue angle of 67.59º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D2E648 is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB21023072-
CMYK0.0900.690.10
HSL67.59º75.96%59.22%-
HSV(B)67.59º68.7%90.2%-
XYZ56.0470.7616.84-
YUV206.0152.37130.85-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.02%
GREEN value IS 230 (90.23% from 255) = 44.92%
BLUE value IS 72 (28.52% from 255) = 14.06%
R=41.02%
G=44.92%
B=14.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal210230720.0900.690.1067.5975.9659.22
HexD2E6489045A444c3b
Octal3223461101101051210411473
Binary11010010111001101001000100101000101101010001001001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E648; }

 p { color: rgb(210,230,72); }

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

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

 a { background-color: rgb(210,230,72); }

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

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

 span { border-color: rgb(210,230,72); }

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