Html Css Color HEX #D6EC31 Pear

📋 copy color: '#D6EC31'

red 214 ◦ green 236 ◦ blue 49

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

Shades of Pear #D6EC31

Tints of Pear #D6EC31

RGB

 RED value IS 214 (83.98% from 255) = 42.89%

 GREEN value IS 236 (92.58% from 255) = 47.29%

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

R = 42.89%
G = 47.29%
B = 9.82%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#D6EC31 (or 0xD6EC31) is known color: Pear. HEX triplet: D6, EC and 31. RGB value is (214,236,49). Sum of RGB (Red+Green+Blue) = 214+236+49=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 236 (92.58% from 255 or 47.29% from 499); Blue value is 49 (19.53% from 255 or 9.82% from 499); Max value from RGB is 236 - color contains mainly: green. Hex color #D6EC31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6EC31 is #2913CE. Grayscale: #D0D0D0. Windows color (decimal): -2692047 or 3271894. OLE color: 3271894.

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

Color convert

RGB 214 236 49 -
CMYK 0.09 0 0.79 0.07
HSL 67.06º 0.83% 0.56% -
HSV(B) 67.06º 0.79% 0.93% -
XYZ 58.28 74.51 14.22 -
YUV 208.1 38.21 132.21 -
System Red Green Blue C M Y K H S L
Decimal 214 236 49 0.09 0 0.79 0.07 67.06 0.83 0.56
Hex D6 EC 31 9 0 4F 7 43 53 38
Octal 326 354 61 11 0 117 7 103 123 70
Binary 11010110 11101100 110001 1001 0 1001111 111 1000011 1010011 111000

Color Harmonies of #D6EC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EC31

Black with #D6EC31

Text Example


Text Example

White with #D6EC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EC31; }

 p { color: rgb(214,236,49); }

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

background-color css

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

 a { background-color: rgb(214,236,49); }

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

border-color css

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

 span { border-color: rgb(214,236,49); }

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