#D2E914

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

Shades of Pear #D2E914

Tints of Pear #D2E914

Color information

#D2E914 (or 0xD2E914) is unknown color: approx Pear. HEX triplet: D2, E9 and 14. RGB value is (210,233,20). Sum of RGB (Red+Green+Blue) = 210+233+20=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 233 (91.41% from 255 or 50.32% from 463); Blue value is 20 (8.20% from 255 or 4.32% from 463); Max value from RGB is 233 - color contains mainly: green. Hex color #D2E914 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2E914 is #2D16EB. Grayscale: #CACACA. Windows color (decimal): -2954988 or 1370578. OLE color: 1370578.

HSL color Cylindrical-coordinate representation of color #D2E914: hue angle of 66.48º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D2E914 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB21023320-
CMYK0.1000.910.09
HSL66.48º84.19%49.61%-
HSV(B)66.48º91.42%91.37%-
XYZ55.8472.0311.62-
YUV201.8425.38133.82-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.36%
GREEN value IS 233 (91.41% from 255) = 50.32%
BLUE value IS 20 (8.20% from 255) = 4.32%
R=45.36%
G=50.32%
B=4.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal210233200.1000.910.0966.4884.1949.61
HexD2E914A05B9425432
Octal322351241201331110212462
Binary110100101110100110100101001011011100110000101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E914; }

 p { color: rgb(210,233,20); }

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

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

 a { background-color: rgb(210,233,20); }

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

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

 span { border-color: rgb(210,233,20); }

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