#D2E74B

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

Shades of Pear #D2E74B

Tints of Pear #D2E74B

Color information

#D2E74B (or 0xD2E74B) is unknown color: approx Pear. HEX triplet: D2, E7 and 4B. RGB value is (210,231,75). Sum of RGB (Red+Green+Blue) = 210+231+75=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 231 (90.62% from 255 or 44.77% from 516); Blue value is 75 (29.69% from 255 or 14.53% from 516); Max value from RGB is 231 - color contains mainly: green. Hex color #D2E74B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2E74B is #2D18B4. Grayscale: #CFCFCF. Windows color (decimal): -2955445 or 4974546. OLE color: 4974546.

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

Color convert

RGB21023175-
CMYK0.0900.680.09
HSL68.08º76.47%60%-
HSV(B)68.08º67.53%90.59%-
XYZ56.4271.3617.46-
YUV206.9453.54130.18-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.70%
GREEN value IS 231 (90.62% from 255) = 44.77%
BLUE value IS 75 (29.69% from 255) = 14.53%
R=40.70%
G=44.77%
B=14.53%

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
Decimal210231750.0900.680.0968.0876.4760
HexD2E74B90449444c3c
Octal3223471131101041110411474
Binary11010010111001111001011100101000100100110001001001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E74B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E74B; }

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

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

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

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

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

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

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

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