Html Css Color HEX #D9ED2A Pear

📋 copy color: '#D9ED2A'

red 217 ◦ green 237 ◦ blue 42

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

Shades of Pear #D9ED2A

Tints of Pear #D9ED2A

RGB

 RED value IS 217 (85.16% from 255) = 43.75%

 GREEN value IS 237 (92.97% from 255) = 47.78%

 BLUE value IS 42 (16.8% from 255) = 8.47%

R = 43.75%
G = 47.78%
B = 8.47%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#D9ED2A (or 0xD9ED2A) is known color: Pear. HEX triplet: D9, ED and 2A. RGB value is (217,237,42). Sum of RGB (Red+Green+Blue) = 217+237+42=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 237 (92.97% from 255 or 47.78% from 496); Blue value is 42 (16.80% from 255 or 8.47% from 496); Max value from RGB is 237 - color contains mainly: green. Hex color #D9ED2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9ED2A is #2612D5. Grayscale: #D1D1D1. Windows color (decimal): -2495190 or 2813401. OLE color: 2813401.

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

Color convert

RGB 217 237 42 -
CMYK 0.08 0 0.82 0.07
HSL 66.15º 0.84% 0.55% -
HSV(B) 66.15º 0.82% 0.93% -
XYZ 59.32 75.49 13.63 -
YUV 208.79 33.87 133.86 -
System Red Green Blue C M Y K H S L
Decimal 217 237 42 0.08 0 0.82 0.07 66.15 0.84 0.55
Hex D9 ED 2A 8 0 52 7 42 54 37
Octal 331 355 52 10 0 122 7 102 124 67
Binary 11011001 11101101 101010 1000 0 1010010 111 1000010 1010100 110111

Color Harmonies of #D9ED2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ED2A

Black with #D9ED2A

Text Example


Text Example

White with #D9ED2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ED2A; }

 p { color: rgb(217,237,42); }

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

background-color css

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

 a { background-color: rgb(217,237,42); }

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

border-color css

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

 span { border-color: rgb(217,237,42); }

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