Html Css Color HEX #D2E124 Pear

📋 copy color: '#D2E124'

red 210 ◦ green 225 ◦ blue 36

#D2E124
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pear #D2E124

Tints of Pear #D2E124

RGB

 RED value IS 210 (82.42% from 255) = 44.59%

 GREEN value IS 225 (88.28% from 255) = 47.77%

 BLUE value IS 36 (14.45% from 255) = 7.64%

R = 44.59%
G = 47.77%
B = 7.64%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#D2E124 (or 0xD2E124) is known color: Pear. HEX triplet: D2, E1 and 24. RGB value is (210,225,36). Sum of RGB (Red+Green+Blue) = 210+225+36=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 225 (88.28% from 255 or 47.77% from 471); Blue value is 36 (14.45% from 255 or 7.64% from 471); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E124 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2E124 is #2D1EDB. Grayscale: #C7C7C7. Windows color (decimal): -2957020 or 2417106. OLE color: 2417106.

HSL color Cylindrical-coordinate representation of color #D2E124: hue angle of 64.76º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D2E124 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 225 36 -
CMYK 0.07 0 0.84 0.12
HSL 64.76º 0.76% 0.51% -
HSV(B) 64.76º 0.84% 0.88% -
XYZ 53.82 67.68 11.9 -
YUV 198.97 36.03 135.87 -
System Red Green Blue C M Y K H S L
Decimal 210 225 36 0.07 0 0.84 0.12 64.76 0.76 0.51
Hex D2 E1 24 7 0 54 C 41 4C 33
Octal 322 341 44 7 0 124 14 101 114 63
Binary 11010010 11100001 100100 111 0 1010100 1100 1000001 1001100 110011

Color Harmonies of #D2E124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E124

Black with #D2E124

Text Example


Text Example

White with #D2E124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E124; }

 p { color: rgb(210,225,36); }

 H1.HeaderClassName
 {
   color: #D2E124;
 }
 .AnyTagClassName
 {
   color: #D2E124;
 }
</style>

background-color css

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

 a { background-color: rgb(210,225,36); }

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

border-color css

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

 span { border-color: rgb(210,225,36); }

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