Html Css Color HEX #D6E714 Pear

📋 copy color: '#D6E714'

red 214 ◦ green 231 ◦ blue 20

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

Shades of Pear #D6E714

Tints of Pear #D6E714

RGB

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

 GREEN value IS 231 (90.63% from 255) = 49.68%

 BLUE value IS 20 (8.2% from 255) = 4.3%

R = 46.02%
G = 49.68%
B = 4.3%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#D6E714 (or 0xD6E714) is known color: Pear. HEX triplet: D6, E7 and 14. RGB value is (214,231,20). Sum of RGB (Red+Green+Blue) = 214+231+20=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 231 (90.62% from 255 or 49.68% from 465); Blue value is 20 (8.20% from 255 or 4.30% from 465); Max value from RGB is 231 - color contains mainly: green. Hex color #D6E714 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D6E714 is #2918EB. Grayscale: #CACACA. Windows color (decimal): -2693356 or 1370070. OLE color: 1370070.

HSL color Cylindrical-coordinate representation of color #D6E714: hue angle of 64.83º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D6E714 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 214 231 20 -
CMYK 0.07 0 0.91 0.09
HSL 64.83º 0.84% 0.49% -
HSV(B) 64.83º 0.91% 0.91% -
XYZ 56.43 71.5 11.49 -
YUV 201.86 25.37 136.66 -
System Red Green Blue C M Y K H S L
Decimal 214 231 20 0.07 0 0.91 0.09 64.83 0.84 0.49
Hex D6 E7 14 7 0 5B 9 41 54 31
Octal 326 347 24 7 0 133 11 101 124 61
Binary 11010110 11100111 10100 111 0 1011011 1001 1000001 1010100 110001

Color Harmonies of #D6E714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E714

Black with #D6E714

Text Example


Text Example

White with #D6E714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E714; }

 p { color: rgb(214,231,20); }

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

background-color css

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

 a { background-color: rgb(214,231,20); }

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

border-color css

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

 span { border-color: rgb(214,231,20); }

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