Html Css Color HEX #D6E131 Pear

📋 copy color: '#D6E131'

red 214 ◦ green 225 ◦ blue 49

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

Shades of Pear #D6E131

Tints of Pear #D6E131

RGB

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

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

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

R = 43.85%
G = 46.11%
B = 10.04%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#D6E131 (or 0xD6E131) is known color: Pear. HEX triplet: D6, E1 and 31. RGB value is (214,225,49). Sum of RGB (Red+Green+Blue) = 214+225+49=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 225 (88.28% from 255 or 46.11% from 488); Blue value is 49 (19.53% from 255 or 10.04% from 488); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6E131 is #291ECE. Grayscale: #CACACA. Windows color (decimal): -2694863 or 3269078. OLE color: 3269078.

HSL color Cylindrical-coordinate representation of color #D6E131: hue angle of 63.75º degrees, saturation: 0.75, 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 #D6E131 is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 225 49 -
CMYK 0.05 0 0.78 0.12
HSL 63.75º 0.75% 0.54% -
HSV(B) 63.75º 0.78% 0.88% -
XYZ 55.21 68.37 13.19 -
YUV 201.65 41.86 136.81 -
System Red Green Blue C M Y K H S L
Decimal 214 225 49 0.05 0 0.78 0.12 63.75 0.75 0.54
Hex D6 E1 31 5 0 4E C 40 4B 36
Octal 326 341 61 5 0 116 14 100 113 66
Binary 11010110 11100001 110001 101 0 1001110 1100 1000000 1001011 110110

Color Harmonies of #D6E131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E131

Black with #D6E131

Text Example


Text Example

White with #D6E131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E131; }

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

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

background-color css

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

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

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

border-color css

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

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

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