#D2EA25

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

Shades of Pear #D2EA25

Tints of Pear #D2EA25

Color information

#D2EA25 (or 0xD2EA25) is unknown color: approx Pear. HEX triplet: D2, EA and 25. RGB value is (210,234,37). Sum of RGB (Red+Green+Blue) = 210+234+37=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 234 (91.80% from 255 or 48.65% from 481); Blue value is 37 (14.84% from 255 or 7.69% from 481); Max value from RGB is 234 - color contains mainly: green. Hex color #D2EA25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2EA25 is #2D15DA. Grayscale: #CDCDCD. Windows color (decimal): -2954715 or 2484946. OLE color: 2484946.

HSL color Cylindrical-coordinate representation of color #D2EA25: hue angle of 67.31º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D2EA25 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.08.

Color convert

RGB21023437-
CMYK0.1000.840.08
HSL67.31º82.43%53.14%-
HSV(B)67.31º84.19%91.76%-
XYZ56.3472.6812.81-
YUV204.3733.55132.02-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.66%
GREEN value IS 234 (91.80% from 255) = 48.65%
BLUE value IS 37 (14.84% from 255) = 7.69%
R=43.66%
G=48.65%
B=7.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal210234370.1000.840.0867.3182.4353.14
HexD2EA25A0548435235
Octal322352451201241010312265
Binary1101001011101010100101101001010100100010000111010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EA25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EA25; }

 p { color: rgb(210,234,37); }

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

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

 a { background-color: rgb(210,234,37); }

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

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

 span { border-color: rgb(210,234,37); }

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