Html Css Color HEX #D2ED31 Pear

📋 copy color: '#D2ED31'

red 210 ◦ green 237 ◦ blue 49

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

Shades of Pear #D2ED31

Tints of Pear #D2ED31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.88%

R = 42.34%
G = 47.78%
B = 9.88%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#D2ED31 (or 0xD2ED31) is known color: Pear. HEX triplet: D2, ED and 31. RGB value is (210,237,49). Sum of RGB (Red+Green+Blue) = 210+237+49=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 237 (92.97% from 255 or 47.78% from 496); Blue value is 49 (19.53% from 255 or 9.88% from 496); Max value from RGB is 237 - color contains mainly: green. Hex color #D2ED31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2ED31 is #2D12CE. Grayscale: #D0D0D0. Windows color (decimal): -2953935 or 3272146. OLE color: 3272146.

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

Color convert

RGB 210 237 49 -
CMYK 0.11 0 0.79 0.07
HSL 68.62º 0.84% 0.56% -
HSV(B) 68.62º 0.79% 0.93% -
XYZ 57.42 74.49 14.26 -
YUV 207.5 38.55 129.79 -
System Red Green Blue C M Y K H S L
Decimal 210 237 49 0.11 0 0.79 0.07 68.62 0.84 0.56
Hex D2 ED 31 B 0 4F 7 45 54 38
Octal 322 355 61 13 0 117 7 105 124 70
Binary 11010010 11101101 110001 1011 0 1001111 111 1000101 1010100 111000

Color Harmonies of #D2ED31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2ED31

Black with #D2ED31

Text Example


Text Example

White with #D2ED31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2ED31; }

 p { color: rgb(210,237,49); }

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

background-color css

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

 a { background-color: rgb(210,237,49); }

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

border-color css

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

 span { border-color: rgb(210,237,49); }

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