#D2E94A

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

Shades of Pear #D2E94A

Tints of Pear #D2E94A

Color information

#D2E94A (or 0xD2E94A) is unknown color: approx Pear. HEX triplet: D2, E9 and 4A. RGB value is (210,233,74). Sum of RGB (Red+Green+Blue) = 210+233+74=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 233 (91.41% from 255 or 45.07% from 517); Blue value is 74 (29.30% from 255 or 14.31% from 517); Max value from RGB is 233 - color contains mainly: green. Hex color #D2E94A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2E94A is #2D16B5. Grayscale: #D0D0D0. Windows color (decimal): -2954934 or 4909522. OLE color: 4909522.

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

Color convert

RGB21023374-
CMYK0.1000.680.09
HSL68.68º78.33%60.2%-
HSV(B)68.68º68.24%91.37%-
XYZ56.9572.4717.47-
YUV20852.38129.43-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.62%
GREEN value IS 233 (91.41% from 255) = 45.07%
BLUE value IS 74 (29.30% from 255) = 14.31%
R=40.62%
G=45.07%
B=14.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal210233740.1000.680.0968.6878.3360.2
HexD2E94AA0449454e3c
Octal3223511121201041110511674
Binary11010010111010011001010101001000100100110001011001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E94A; }

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

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

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

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

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

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

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

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