#D2E74A

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

Shades of Pear #D2E74A

Tints of Pear #D2E74A

Color information

#D2E74A (or 0xD2E74A) is unknown color: approx Pear. HEX triplet: D2, E7 and 4A. RGB value is (210,231,74). Sum of RGB (Red+Green+Blue) = 210+231+74=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 231 (90.62% from 255 or 44.85% from 515); Blue value is 74 (29.30% from 255 or 14.37% from 515); Max value from RGB is 231 - color contains mainly: green. Hex color #D2E74A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2E74A is #2D18B5. Grayscale: #CFCFCF. Windows color (decimal): -2955446 or 4909010. OLE color: 4909010.

HSL color Cylindrical-coordinate representation of color #D2E74A: hue angle of 68.03º degrees, saturation: 0.77, 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 #D2E74A is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB21023174-
CMYK0.0900.680.09
HSL68.03º76.59%59.8%-
HSV(B)68.03º67.97%90.59%-
XYZ56.3971.3517.28-
YUV206.8253.04130.27-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.78%
GREEN value IS 231 (90.62% from 255) = 44.85%
BLUE value IS 74 (29.30% from 255) = 14.37%
R=40.78%
G=44.85%
B=14.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal210231740.0900.680.0968.0376.5959.8
HexD2E74A90449444d3c
Octal3223471121101041110411574
Binary11010010111001111001010100101000100100110001001001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E74A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E74A; }

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

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

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

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

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

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

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

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