Html Css Color HEX #D6E031 Pear

📋 copy color: '#D6E031'

red 214 ◦ green 224 ◦ blue 49

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

Shades of Pear #D6E031

Tints of Pear #D6E031

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46%

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

R = 43.94%
G = 46%
B = 10.06%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#D6E031 (or 0xD6E031) is known color: Pear. HEX triplet: D6, E0 and 31. RGB value is (214,224,49). Sum of RGB (Red+Green+Blue) = 214+224+49=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 224 (87.89% from 255 or 46.00% from 487); Blue value is 49 (19.53% from 255 or 10.06% from 487); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E031 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6E031 is #291FCE. Grayscale: #C9C9C9. Windows color (decimal): -2695119 or 3268822. OLE color: 3268822.

HSL color Cylindrical-coordinate representation of color #D6E031: hue angle of 63.43º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D6E031 is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 224 49 -
CMYK 0.04 0 0.78 0.12
HSL 63.43º 0.74% 0.54% -
HSV(B) 63.43º 0.78% 0.88% -
XYZ 54.94 67.83 13.1 -
YUV 201.06 42.19 137.23 -
System Red Green Blue C M Y K H S L
Decimal 214 224 49 0.04 0 0.78 0.12 63.43 0.74 0.54
Hex D6 E0 31 4 0 4E C 3F 4A 36
Octal 326 340 61 4 0 116 14 77 112 66
Binary 11010110 11100000 110001 100 0 1001110 1100 111111 1001010 110110

Color Harmonies of #D6E031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E031

Black with #D6E031

Text Example


Text Example

White with #D6E031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E031; }

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

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

background-color css

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

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

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

border-color css

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

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

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